From 576684e2cfdab493eba69cbf191bf91d314fd160 Mon Sep 17 00:00:00 2001 From: season Date: Mon, 30 Dec 2019 09:50:14 +0800 Subject: [PATCH] 商品框换行问题优化 --- components/diy_goodsGroup/diy_goodsGroup.wxss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/diy_goodsGroup/diy_goodsGroup.wxss b/components/diy_goodsGroup/diy_goodsGroup.wxss index 482de8b..0ead973 100644 --- a/components/diy_goodsGroup/diy_goodsGroup.wxss +++ b/components/diy_goodsGroup/diy_goodsGroup.wxss @@ -258,7 +258,7 @@ display: flex; /* padding-left: 2rpx; */ margin-bottom: 12rpx; - width: 48.5%; + width: 48%; float: left; background: #fff; margin-left: 1%; -- libgit2 0.21.4