From 09fd7e80c22c4e922b8dd1294fcff5fad657dcb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Wed, 30 Oct 2024 15:12:55 +0800 Subject: [PATCH] =?UTF-8?q?vip=E6=A0=B7=E5=BC=8F=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/vip/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/mine/vip/index.vue b/pages/mine/vip/index.vue index 4be91a9..b9e29c5 100644 --- a/pages/mine/vip/index.vue +++ b/pages/mine/vip/index.vue @@ -37,7 +37,7 @@ + :style="`background:${v.buttonbg ? v.buttonbg : '#f6f6f6'};height:${v.list.length>2?`calc(100% / ${v.list.length}) !important`:'80rpx !important'}`"> {{ item.title }} ¥{{ item.lastFee }} @@ -905,7 +905,7 @@ .vip_button_list { width: 100%; - max-height: 200rpx; + max-height: 450rpx; // @include themFlex(center, space-between); // flex-direction: column; padding-top: 0;