diff --git a/components/cart-choose/cart-choose.vue b/components/cart-choose/cart-choose.vue index dfa798c..edaf73a 100644 --- a/components/cart-choose/cart-choose.vue +++ b/components/cart-choose/cart-choose.vue @@ -3,9 +3,9 @@ - + - + 原价¥{{specificationList[chooseIndex].originalPrice}} @@ -44,7 +44,7 @@ - + {{item.name}} ¥{{item.price}} 库存{{item.stock}} @@ -365,9 +365,9 @@ width: calc(100% - 40rpx); padding-bottom: 20rpx; .choose-way{ - height: 70rpx; + height: 80rpx; width: 100%; - border-radius: 35rpx; + border-radius: 40rpx; overflow: hidden; display: flex; align-items: center; @@ -375,15 +375,15 @@ .way{ width: 50%; - height:70rpx; - line-height:70rpx; + height:80rpx; + line-height:80rpx; text-align: center; } .way1{ width: 100% ; - height: 70rpx; - line-height: 70rpx; + height: 80rpx; + line-height: 80rpx; text-align: center; } diff --git a/components/goods-list/goods-list.vue b/components/goods-list/goods-list.vue index 93dd3e4..8812677 100644 --- a/components/goods-list/goods-list.vue +++ b/components/goods-list/goods-list.vue @@ -1,6 +1,7 @@