移除验证码输入框

This commit is contained in:
2026-06-04 12:14:13 +08:00
parent ce358df201
commit 288e31d641
3 changed files with 16 additions and 72 deletions

View File

@@ -2800,32 +2800,6 @@ button:active:not(:disabled),
margin-bottom: 0;
}
.auth-captcha-row {
display: grid;
grid-template-columns: minmax(0, 1fr) 118px;
gap: 8px;
align-items: center;
}
.auth-captcha-button {
height: 44px;
border: 1px solid var(--line);
border-radius: 8px;
background: #ffffff;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0;
overflow: hidden;
}
.auth-captcha-button img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.auth-submit,
.auth-submit.button {
width: 100%;
@@ -2899,8 +2873,4 @@ button:active:not(:disabled),
width: 34px;
min-height: 34px;
}
.auth-captcha-row {
grid-template-columns: minmax(0, 1fr) 104px;
}
}