style: 调整登录页面布局高度样式

This commit is contained in:
Ray.Hao
2026-03-01 20:05:19 +08:00
parent b631d63893
commit cee65ba58d

View File

@@ -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) {