'admin-21.07.08:修复登录页表单在移动端显示问题'

This commit is contained in:
lyt 2021-07-08 16:45:10 +08:00
parent b3a6bb6a8e
commit ff9d32c2e9

View File

@ -19,5 +19,8 @@
.login-copyright { .login-copyright {
display: none !important; display: none !important;
} }
.el-form-item {
display: flex !important;
}
} }
} }