修改注册输入验证码最小高度

This commit is contained in:
X1627315083
2026-01-27 10:12:13 +08:00
parent 65323febee
commit fb1d09d98e
5 changed files with 6 additions and 2 deletions

View File

@@ -916,9 +916,11 @@ export default defineComponent({
.login_form_content {
margin-top: 4rem;
position: relative;
min-height: 34rem;
@media (max-width: 768px) {
margin-top: 2.4rem;
height: 20rem;
min-height: auto;
}
&[state="2"] {
> * {