From 746d1118df8fd2bf0b76df853ec4deeb5713000a Mon Sep 17 00:00:00 2001 From: caoxiaozhu Date: Tue, 14 Jul 2026 16:19:16 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=99=BB=E5=BD=95=E9=A1=B5=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E4=B8=8E=E6=BB=9A=E5=8A=A8=E8=A1=8C=E4=B8=BA=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 登录页主区域改为 height 100% 避免内部双滚动条,移动端恢复 min-height 并允许整体滚动。 --- frontend/src/views/login/LoginView.vue | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/frontend/src/views/login/LoginView.vue b/frontend/src/views/login/LoginView.vue index 91f81fd..aa89d4b 100644 --- a/frontend/src/views/login/LoginView.vue +++ b/frontend/src/views/login/LoginView.vue @@ -122,18 +122,17 @@ async function handleLogin() {