李志伟 3 years ago
parent
commit
9ee8409172
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      lib/pages/order/index.dart

+ 2
- 3
lib/pages/order/index.dart View File

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