绿满眶商城微信小程序-uniapp
zxl
20 小时以前 e6e969ad460293d3e14ca5ed89fd3b1df82e37c3
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;