style: 修复windwos下点击注册页面会出现滚动条问题 (#970)

This commit is contained in:
gc 2024-03-12 11:58:25 +08:00 committed by GitHub
parent 0a67d1ab76
commit 593fc1bb26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
text-align: center; text-align: center;
overflow: hidden;
} }
.login-form { .login-form {