Skip to content

Commit

Permalink
🐞 fix:修改登录界面样式
Browse files Browse the repository at this point in the history
  • Loading branch information
eleliauk committed Sep 20, 2024
1 parent edbad19 commit f4d0832
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/pages/login/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
top: -13vh;
left: -3vh;
}
.login{
width: 100vw;
height: 100vh;
}
.logo {
display: flex;
align-items: center;
Expand All @@ -17,15 +21,15 @@
margin: auto;
}
.login_content {
height: 70hv;
height: 60hv;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}

.login_main {
height: 55vh;
height: 40vh;
display: flex;
flex-direction: column;
justify-content: space-between;
Expand All @@ -44,6 +48,7 @@
flex-direction: column;
justify-content: space-evenly;
align-items: center;
//padding-top: -10vh;
}
.login_input {
width: 90vw;
Expand Down

0 comments on commit f4d0832

Please sign in to comment.