Commit a28ac75558fd04ff46348e9290c802a5c89f46e4
1 parent
3ab8dba1
商品分组的height值和line-height一定要有值
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 |