Fix:3514 【商城小程序】店铺中商品名称过长,省略号后第三行仍会漏出部分字体

This commit is contained in:
linxi
2025-03-27 15:23:02 +08:00
parent 7c42efeb6b
commit ef4ce36eb2
+1 -3
View File
@@ -1102,11 +1102,9 @@ export default {
background: #fff;
.name {
padding: 8rpx 6rpx;
padding: 0 6rpx;
font-size: 26rpx;
line-height: 36rpx;
color: #333333;
height: 70rpx;
}
.price-line {