李志伟 3 vuotta sitten
vanhempi
commit
9ee8409172
1 muutettua tiedostoa jossa 2 lisäystä ja 3 poistoa
  1. 2
    3
      lib/pages/order/index.dart

+ 2
- 3
lib/pages/order/index.dart Näytä tiedosto

@@ -43,7 +43,6 @@ class Order extends BasicPage {
43 43
   @override
44 44
   Widget builder(BuildContext context) {
45 45
     return Container(
46
-      height: 610.h,
47 46
       width: 375.w,
48 47
       decoration: const BoxDecoration(
49 48
         color: Colors.white
@@ -147,8 +146,8 @@ class Order extends BasicPage {
147 146
                       );
148 147
                     }).toList(),
149 148
                   ))),
150
-          SizedBox(
151
-            height: 500.h,
149
+          Expanded(
150
+            flex:1,
152 151
             child: MoreList(
153 152
               serves: getOrderList,
154 153
               params: map,