From aa54c4675564aa42cb53bc4026f62e1ff3a051f5 Mon Sep 17 00:00:00 2001 From: zsw Date: Tue, 12 Dec 2023 17:06:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=BA=A6=E9=A1=B5=E9=9D=A2=E9=80=82?= =?UTF-8?q?=E9=85=8D=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/business_system/goods/reservation_ page.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/business_system/goods/reservation_ page.dart b/lib/business_system/goods/reservation_ page.dart index 8d5f9856..662ecfd9 100644 --- a/lib/business_system/goods/reservation_ page.dart +++ b/lib/business_system/goods/reservation_ page.dart @@ -401,9 +401,9 @@ class _ReservationPage extends State { //一行的Widget数量 crossAxisCount: 3, //水平子Widget之间间距 - crossAxisSpacing: 14, + crossAxisSpacing:10.w, //垂直子Widget之间间距 - mainAxisSpacing: 20, + mainAxisSpacing: 20.h, //子Widget宽高比例 childAspectRatio: 3, ), @@ -749,7 +749,7 @@ class _ReservationPage extends State { setState(() {}); }, child: Container( - padding: EdgeInsets.all(4), + padding: EdgeInsets.all(2), child: Image.asset( "assets/image/bus_close_circle.webp", width: 16.h,