Fix:5306 【商城小程序】当商品库存为0的情况下,加入购物车按钮盒立即购买按钮都置灰

This commit is contained in:
linxi
2026-06-05 10:39:14 +08:00
parent 11e69ea9c7
commit 26c5c4d115
2 changed files with 15 additions and 5 deletions
+4 -3
View File
@@ -1872,8 +1872,8 @@ export default {
}
.btn-car-disabled {
border: 2rpx solid #707070;
color: #707070;
border: 2rpx solid #9D9D9D !important;
color: #9D9D9D !important;
}
.btn-buy {
@@ -1886,7 +1886,8 @@ export default {
}
.btn-buy-disabled {
background: #9D9D9D;
background: #9D9D9D !important;
color: #FFFFFF !important;
}
}