pages/kitchen/KitchenCustomize.vue
@@ -27,7 +27,7 @@ <view class="product-info"> <view class="product-remark">{{ item.remark }}</view> <view class="product-bottom"> <view class="product-orign-price"> <view class="product-orign-price" v-if="item.orginPrice > item.price"> <text class="symbol">原价¥</text> <text class="value">{{ item.orginPrice }}</text> </view> @@ -286,7 +286,6 @@ .product-top { flex: 1; margin-left: 20rpx; display: flex; // flex-direction: column; // justify-content: space-between;