Commit a28ac75558fd04ff46348e9290c802a5c89f46e4

Authored by yvan.ni
1 parent 3ab8dba1

商品分组的height值和line-height一定要有值

components/diy_goodsGroup/diy_goodsGroup.wxss
... ... @@ -304,9 +304,10 @@
304 304 .zs_wz1_2l {
305 305 overflow: hidden;
306 306 text-overflow: ellipsis;
307   - margin-bottom: 10rpx;
308 307 font-size: 30rpx;
309 308 white-space: nowrap;
  309 + height: 40rpx;
  310 + line-height: 40rpx;
310 311 margin-top: 10rpx;
311 312 }
312 313  
... ...