cjb преди 1 месец
родител
ревизия
7d827e77d0
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      entry/src/main/ets/component/WarehousingStaticsView.ets

+ 4 - 4
entry/src/main/ets/component/WarehousingStaticsView.ets

@@ -219,7 +219,7 @@ struct OrderMaterialDialog {
       }.backgroundColor( $r('app.color.20FFFFFF'))
       .borderRadius($r('app.float.virtualSize_9_6'))
       .padding({left:30,right:10,top:10,bottom:5})
-      .height('18%')
+      .height('14%')
       .width('95%')
      Column(){
        List({scroller:this.scrollerForList}) {
@@ -275,7 +275,7 @@ struct OrderMaterialDialog {
          strokeWidth: 1,
          color: $r('app.color.20FFFFFF')
        })
-     }.height('57%').width('95%').margin({top:'3%',bottom:'2%'})
+     }.height('57%').width('95%').margin({top:'2%',bottom:'2%'})
 
       Divider()
         .vertical(false)
@@ -712,8 +712,8 @@ export struct LineChart {
   private readonly months: string[] = ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月']
 
   // 图表尺寸和边距
-  private readonly chartWidth: number = 300
-  private readonly chartHeight: number = 200
+  private readonly chartWidth: number = 400
+  private readonly chartHeight: number = 250
   private readonly chartPadding: number = 30
 
   aboutToAppear() {