From 8b36a8a7c9cf8e7775c4049ee389b1f4a31dfed6 Mon Sep 17 00:00:00 2001 From: Lufaneng Date: Tue, 10 Feb 2026 09:36:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A5=97=E9=A4=90=E5=A2=9E=E5=8A=A0=E6=8F=8F?= =?UTF-8?q?=E8=BF=B01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/mine.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue index 5901130..80a44cd 100644 --- a/pages/mine/mine.vue +++ b/pages/mine/mine.vue @@ -475,7 +475,7 @@ const logout = () => { flex-shrink: 0; background: white; border-radius: 12px; - padding: 16px 12px; + padding: 12px 8px; text-align: center; position: relative; border: 2px solid transparent; @@ -501,14 +501,14 @@ const logout = () => { .plan-name { font-size: 14px; color: #333; - margin: 12px 0 8px; + margin: 12px 0 2px; } .plan-price { font-size: 20px; font-weight: bold; color: #ff3333; - margin-bottom: 4px; + margin-bottom: 2px; } .plan-discount {