Commit 899e2aee authored by 张伯涛's avatar 张伯涛

登录页面样式调整

parent f4c5b983
.login { .login {
position: relative;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
...@@ -50,7 +51,9 @@ ...@@ -50,7 +51,9 @@
} }
.login-form { .login-form {
display: flex; position: absolute;
backdrop-filter: blur(4px);
display: inline;
flex-direction: column; flex-direction: column;
align-items: flex-end; align-items: flex-end;
border-radius: 6px; border-radius: 6px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment