fix: 修复登录表单移动端横向溢出

This commit is contained in:
2026-07-10 17:11:22 +08:00
parent 2e274dea51
commit fc8a593393

View File

@@ -162,6 +162,7 @@ textarea:focus-visible {
} }
.login-card { .login-card {
min-width: 0;
display: grid; display: grid;
gap: 22px; gap: 22px;
padding: 26px 24px 24px; padding: 26px 24px 24px;
@@ -172,6 +173,7 @@ textarea:focus-visible {
} }
.form-field { .form-field {
min-width: 0;
display: grid; display: grid;
gap: 10px; gap: 10px;
} }
@@ -184,6 +186,8 @@ textarea:focus-visible {
} }
.input-shell { .input-shell {
width: 100%;
min-width: 0;
min-height: 54px; min-height: 54px;
display: flex; display: flex;
align-items: center; align-items: center;
@@ -281,6 +285,7 @@ textarea:focus-visible {
} }
.agreement-row { .agreement-row {
min-width: 0;
min-height: 44px; min-height: 44px;
display: flex; display: flex;
align-items: center; align-items: center;