From d06cf5c270de0db98fb06b0185406349d6b8a470 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 9 Apr 2026 15:28:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=99=BB=E5=BD=95=E9=A1=B5=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E5=AE=BD=E5=BA=A6=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/Login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/Login.vue b/frontend/src/views/Login.vue index 8e891fb..d81c83f 100644 --- a/frontend/src/views/Login.vue +++ b/frontend/src/views/Login.vue @@ -60,7 +60,7 @@ const onLogin = async () => { } .login-card { - width: 380px; + width: 405px; padding: 32px; border-radius: 16px; background: rgba(255, 255, 255, 0.95);