绿满眶商城微信小程序-uniapp
zxl
2 天以前 5521b9e5ee62447355541436530d80cc0d2b141e
高度问题
1个文件已修改
11 ■■■■ 已修改文件
pages/commodity-square/coups-goods-list.vue 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/commodity-square/coups-goods-list.vue
@@ -9,9 +9,9 @@
                :show-action="false"></u-search>
        </view>
        <view class="coupon-tip">
            <text class="tip-text">你已有专属优惠卷可以进行抵扣对应商品</text>
            <text class="tip-text">你已有专属优惠劵可以进行抵扣对应商品</text>
        </view>
        <view style="display: flex;padding: 32rpx;box-sizing: border-box;height: 100%;">
        <view style="display: flex;padding: 32rpx;box-sizing: border-box;height: 75vh">
            <view class="navigatorMenue">
                <scroll-view class="typeNavigation" :scroll-y="true" :show-scrollbar="false">
                    <view class="typeNavigationItem" :class="{typeNavigationItemCheck:currentCategort ==item.id}"
@@ -399,8 +399,7 @@
    .typeNavigation {
        box-sizing: border-box;
        padding: 10rpx;
        height: 100%;
        padding-bottom: 40rpx; /* 增加底部内边距 */
        height: 100%; /* 增加底部内边距 */
    }
    .typeNavigationItem {
@@ -435,7 +434,7 @@
        color: red;
        font-weight: bold;
    }
    .coupon-tip {
        text-align: center;
        padding: 20rpx 0;
@@ -444,7 +443,7 @@
        border-radius: 10rpx;
        border: 1px solid #ffe0e0;
    }
    .tip-text {
        color: #ff6b6b;
        font-size: 28rpx;