Style: 细节调整

This commit is contained in:
modendeveloper
2024-09-09 23:03:30 +08:00
parent d6f6356ee0
commit 41753688cb
+3 -3
View File
@@ -287,7 +287,7 @@
<view class="v12-justify-between">
<view class="price bold">{{ item.price }}</view>
<view class="">
<image class="logo" :src="webUrl+'/orderIcon/组 355.png'" mode="" style="margin-right:0; width: 32rpx; height:32rpx"/>
<image class="logo" :src="webUrl+'/orderIcon/组 355.png'" mode="" style="margin-right:0; width: 28rpx; height:28rpx"/>
</view>
</view>
</view>
@@ -418,7 +418,7 @@
加入购物车
</view>
<view
class="btn-buy v12-primary"
class="btn-buy"
:class="{
'btn-buy-disabled': (attr.productSelect.stock === 0 && attr.cartAttr) || storeInfo.stock === 0
}"
@@ -1618,7 +1618,7 @@ export default {
height: 60rpx;
line-height: 60rpx;
border-radius: 30rpx;
background: #FF564A;
background: #C52733;
color: #FFFFFF;
}