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, ), ], )),