From 219bb32756a1cf04192d4ac5cc5ea89750a42260 Mon Sep 17 00:00:00 2001 From: liyy <18435186204@163.com> Date: Fri, 4 Sep 2026 17:14:36 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=88=91=E7=9A=84=E9=A1=B5?= =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E5=BB=BA=E8=AE=AE=E8=A1=8C=E6=94=B6=E6=95=9B?= =?UTF-8?q?=E5=88=B0AppStack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/views/profile/ProfileView.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/client/src/views/profile/ProfileView.vue b/client/src/views/profile/ProfileView.vue index deba70d..6766948 100644 --- a/client/src/views/profile/ProfileView.vue +++ b/client/src/views/profile/ProfileView.vue @@ -235,14 +235,14 @@ function editProfile() { -
+ @@ -391,9 +391,7 @@ function editProfile() { /* 学习建议 */ .tip-banner { - display: flex; - align-items: center; - gap: var(--space-3); + --stack-align: center; margin-top: var(--space-2); padding: var(--space-4) var(--space-5); border-radius: var(--radius-lg);