From 8cc8fd46882df0fa78314fbd0ee94ffe5058fe3b Mon Sep 17 00:00:00 2001 From: w-R <953969641@qq.com> Date: Sat, 7 May 2022 22:04:44 +0800 Subject: [PATCH] =?UTF-8?q?ui=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/store/store_view/shop_goods.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/store/store_view/shop_goods.dart b/lib/store/store_view/shop_goods.dart index dda89982..0701a67e 100644 --- a/lib/store/store_view/shop_goods.dart +++ b/lib/store/store_view/shop_goods.dart @@ -134,7 +134,7 @@ class _ShopGoods extends State { "¥${widget.isShopCart ? widget.shoppingCartSkuItemListBean.skuPrice : widget.productListBean.price}", style: TextStyle( color: Color(0xFFFF7A1A), - fontSize: 11.sp, + fontSize: 16.sp, fontWeight: MyFontWeight.medium, ), ),