Fix:3349 【商城小程序】底部“加入购物车”一行样式增高

This commit is contained in:
linxi
2025-03-14 11:07:46 +08:00
parent 426410ffd1
commit abe6d9af98
+4 -1
View File
@@ -2021,7 +2021,10 @@ export default {
.footer .icon-shoucang1 { .footer .icon-shoucang1 {
color: #eb3729; color: #eb3729;
} }
.product-con .footer{
height: 140rpx !important;
padding-bottom: 20rpx;
}
.product-con .product-intro .conter view { .product-con .product-intro .conter view {
width: 100% !important; width: 100% !important;
} }