Fix:3257 【商城小程序】搜索热销榜单中商品价格过长时会超出榜单底框显示

This commit is contained in:
linxi
2025-02-24 15:48:43 +08:00
parent 7c7ca84cd0
commit 89dcf74f17
+2 -2
View File
@@ -397,7 +397,7 @@ export default {
line-height: 32rpx;
}
.price-wrap {
display: flex;
// display: flex;
margin: 6rpx 0 0 0;
line-height: 30rpx;
.price {
@@ -405,7 +405,7 @@ export default {
font-size: 24rpx;
}
.ot-price {
margin: 0 0 0 20rpx;
// margin: 0 0 0 20rpx;
color: #BFBFBF;
font-size: 20rpx;
text-decoration: line-through;