Commit 576684e2cfdab493eba69cbf191bf91d314fd160

Authored by season
1 parent e674dbbc

商品框换行问题优化

components/diy_goodsGroup/diy_goodsGroup.wxss
... ... @@ -258,7 +258,7 @@
258 258 display: flex;
259 259 /* padding-left: 2rpx; */
260 260 margin-bottom: 12rpx;
261   - width: 48.5%;
  261 + width: 48%;
262 262 float: left;
263 263 background: #fff;
264 264 margin-left: 1%;
... ...