From eaddf31bb82d0224c6260eec8c0c5d91f203d032 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期一, 08 九月 2025 13:41:25 +0800 Subject: [PATCH] 定时任务,优惠卷领取状态 --- pages/cusbar/cart/cartList.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pages/cusbar/cart/cartList.vue b/pages/cusbar/cart/cartList.vue index 183d6d8..da6bd4a 100644 --- a/pages/cusbar/cart/cartList.vue +++ b/pages/cusbar/cart/cartList.vue @@ -14,7 +14,7 @@ </view> </view> <!-- 搴楅摵鍟嗗搧淇℃伅 --> - <div class="content" :style="{height: windowHeight - marginBottom - 50 + 'px'}"> + <div class="content" :style="{height: windowHeight - marginBottom - 200 + 'px'}"> <div class="box box2" :class="{ invalid: isInvalid(item) }" v-for="(item, index) in cartDetail.cartList" :key="index"> <view class="tab"> @@ -719,6 +719,7 @@ .content { padding: 20rpx 0 20rpx 0; margin-bottom: 80rpx; + overflow: auto; } .line { -- Gitblit v1.8.0