diff --git a/Yi.Bbs.Vue3/src/views/login/index.vue b/Yi.Bbs.Vue3/src/views/login/index.vue index fef4a42f..3d1915bd 100644 --- a/Yi.Bbs.Vue3/src/views/login/index.vue +++ b/Yi.Bbs.Vue3/src/views/login/index.vue @@ -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;