From 5007c3ca4ef8bb1ea8e282d7da19cda7bb6dc45b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E8=BE=89?= Date: Mon, 27 Apr 2026 15:20:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E9=A1=B5=E9=9D=A2=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=BB=9A=E5=8A=A8=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/mine.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue index 2c2c9ad..7294b4e 100644 --- a/pages/mine/mine.vue +++ b/pages/mine/mine.vue @@ -1,5 +1,6 @@ @@ -358,6 +360,11 @@ function submitFeedback() { .card-top.tilt { transform: perspective(600px) rotateY(8deg) rotateX(4deg); } +.mine-content{ + padding: 28rpx 28rpx 90rpx 28rpx; + height: 100%; + overflow-y: auto; +} .mini-cards{ padding: 28rpx .card-top{