perf:优化登录注册样式

This commit is contained in:
Xwen
2023-12-19 23:05:26 +08:00
parent 55e30df5ec
commit 0ab4d76d0f

View File

@@ -296,6 +296,7 @@ const handleSignInNow = () => {
.login-form {
width: 100%;
height: 100%;
padding: 10px 0;
display: flex;
flex-direction: column;
justify-content: space-around;
@@ -336,7 +337,7 @@ const handleSignInNow = () => {
}
.bottom {
width: 100%;
height: 200px;
height: 150px;
display: flex;
flex-direction: column;
justify-content: center;