From fb6610d387c535fd1068e171d7b01cf6f32739f7 Mon Sep 17 00:00:00 2001 From: fmk Date: Fri, 19 May 2023 18:31:33 +0800 Subject: [PATCH] =?UTF-8?q?ios,=E7=82=B9=E5=8D=95=E9=A1=B5=E5=90=8D?= =?UTF-8?q?=E5=AD=97=E9=95=BF=E5=BA=A6=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/store/store_view/shop_goods.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/store/store_view/shop_goods.dart b/lib/store/store_view/shop_goods.dart index 8d2ac06d..fac29938 100644 --- a/lib/store/store_view/shop_goods.dart +++ b/lib/store/store_view/shop_goods.dart @@ -121,7 +121,7 @@ class _ShopGoods extends State { fadeSrc: "assets/image/default_1.webp", ), SizedBox( - width: 10, + width: 10.w, ), Expanded( child: Column( @@ -137,7 +137,7 @@ class _ShopGoods extends State { ? widget.productListBean.productName : widget.shoppingCartSkuItemListBean.productName, overflow: TextOverflow.ellipsis, - maxLines: 2, + maxLines: 1, style: TextStyle( color: Colors.black, fontSize: 13.sp, @@ -185,7 +185,7 @@ class _ShopGoods extends State { ), ), SizedBox( - width: 10, + width: 10.w, ), ], )),