Commit 44a03623608e20f46b33246da62a8184338a1c6a

Authored by 后端研发-倪永富
2 parents 53069b23 ba194ee2

Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev

components/diy_goodsGroup/diy_goodsGroup.wxml
... ... @@ -136,7 +136,7 @@
136 136  
137 137 </view>
138 138 <view class='zs_wz5' wx:if="{{object.goodsnum}}">销量:{{item.sales_sum}}件</view>
139   -
  139 + <view style="height: 10rpx;"></view>
140 140 </view>
141 141 </navigator>
142 142 </view>
... ... @@ -276,6 +276,7 @@
276 276 </block>
277 277 </view>
278 278 <view class='zs_wz5_2l' wx:if="{{object.goodsnum}}">销量:{{item.sales_sum}}件</view>
  279 + <view style="height: 10rpx;"></view>
279 280 </view>
280 281 </view>
281 282 </view>
... ... @@ -418,6 +419,7 @@
418 419 </block>
419 420 </view>
420 421 <view class='zs_wz5_3l' wx:if="{{object.goodsnum}}">销量:{{item.sales_sum}}件</view>
  422 + <view style="height: 10rpx;"></view>
421 423 </view>
422 424 </view>
423 425 </view>
... ...
components/diy_goodsGroup/diy_goodsGroup.wxss
... ... @@ -37,7 +37,7 @@
37 37  
38 38 .zs_center {
39 39 width: 100%;
40   - min-height: 200rpx;
  40 + /* min-height: 200rpx; */
41 41 font-size: 28rpx;
42 42 color: #333;
43 43 text-align: left;
... ... @@ -295,7 +295,6 @@
295 295  
296 296 .zs_center_2l {
297 297 width: 100%;
298   - min-height: 200rpx;
299 298 font-size: 28rpx;
300 299 color: #333;
301 300 text-align: left;
... ...