From 2d00d6a8eb0da9fdbeb902a7977f22cdfd7e6d28 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 31 May 2026 23:30:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=99=BB=E5=BD=95=E9=A1=B5=E5=B1=85?= =?UTF-8?q?=E4=B8=AD=E5=B8=83=E5=B1=80=20+=20=E5=88=A0=E9=99=A4Logo?= =?UTF-8?q?=E5=8C=BA=E5=9F=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- frontend/src/pages/LoginPage.vue | 169 +++++++++++++++---------------- 1 file changed, 82 insertions(+), 87 deletions(-) diff --git a/frontend/src/pages/LoginPage.vue b/frontend/src/pages/LoginPage.vue index b4a6e11a..3aab0ff2 100644 --- a/frontend/src/pages/LoginPage.vue +++ b/frontend/src/pages/LoginPage.vue @@ -4,99 +4,87 @@
-
@@ -225,13 +213,20 @@ async function doLogin() { z-index: 1; } -.login-container { +.login-center { position: relative; z-index: 2; + display: flex; + align-items: center; + justify-content: center; + min-height: 100vh; + padding: 24px; } .login-card { backdrop-filter: blur(4px); background: rgba(var(--v-theme-surface), 0.92) !important; + width: 100%; + max-width: 420px; }