From a28ac75558fd04ff46348e9290c802a5c89f46e4 Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Tue, 27 Apr 2021 09:06:56 +0800 Subject: [PATCH] 商品分组的height值和line-height一定要有值 --- components/diy_goodsGroup/diy_goodsGroup.wxss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/diy_goodsGroup/diy_goodsGroup.wxss b/components/diy_goodsGroup/diy_goodsGroup.wxss index 4a098b8..7ec4faa 100644 --- a/components/diy_goodsGroup/diy_goodsGroup.wxss +++ b/components/diy_goodsGroup/diy_goodsGroup.wxss @@ -304,9 +304,10 @@ .zs_wz1_2l { overflow: hidden; text-overflow: ellipsis; - margin-bottom: 10rpx; font-size: 30rpx; white-space: nowrap; + height: 40rpx; + line-height: 40rpx; margin-top: 10rpx; } -- libgit2 0.21.4