Commit 6f17cdbe88b55041d5eef7f41c076799baf7cbc8
Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev
Showing
1 changed file
with
2 additions
and
1 deletions
components/diy_goodsGroup/diy_goodsGroup.wxss
@@ -304,9 +304,10 @@ | @@ -304,9 +304,10 @@ | ||
304 | .zs_wz1_2l { | 304 | .zs_wz1_2l { |
305 | overflow: hidden; | 305 | overflow: hidden; |
306 | text-overflow: ellipsis; | 306 | text-overflow: ellipsis; |
307 | - margin-bottom: 10rpx; | ||
308 | font-size: 30rpx; | 307 | font-size: 30rpx; |
309 | white-space: nowrap; | 308 | white-space: nowrap; |
309 | + height: 40rpx; | ||
310 | + line-height: 40rpx; | ||
310 | margin-top: 10rpx; | 311 | margin-top: 10rpx; |
311 | } | 312 | } |
312 | 313 |