From cee65ba58db7751cd08fc73e0527d94963b82452 Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Sun, 1 Mar 2026 20:05:19 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80=E9=AB=98=E5=BA=A6=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index a234acd4..e462834a 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -106,7 +106,8 @@ const formComponents = { display: flex; flex-direction: column; width: 100%; - height: 100%; + height: auto; + min-height: 100vh; padding: clamp(1rem, 3vw, 2rem); overflow: hidden; background-color: #f5f7ff; @@ -322,6 +323,7 @@ const formComponents = { justify-content: flex-start; justify-self: end; width: min(420px, 100%); + min-height: 560px; padding: clamp(1.5rem, 3vw, 2rem); margin-inline: auto; background: rgba(255, 255, 255, 0.95); @@ -428,6 +430,7 @@ const formComponents = { .auth-panel__form { width: 100%; max-width: 100%; + min-height: 360px; margin-inline: auto; :deep(.el-form-item) {