Fix:3514 【商城小程序】店铺中商品名称过长,省略号后第三行仍会漏出部分字体
This commit is contained in:
@@ -1102,11 +1102,9 @@ export default {
|
|||||||
background: #fff;
|
background: #fff;
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
padding: 8rpx 6rpx;
|
padding: 0 6rpx;
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
line-height: 36rpx;
|
|
||||||
color: #333333;
|
color: #333333;
|
||||||
height: 70rpx;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.price-line {
|
.price-line {
|
||||||
|
|||||||
Reference in New Issue
Block a user