From 0ab4d76d0fd7fe7d7347803bc763946920293ec9 Mon Sep 17 00:00:00 2001 From: Xwen <929716663@qq.com> Date: Tue, 19 Dec 2023 23:05:26 +0800 Subject: [PATCH] =?UTF-8?q?perf:=E4=BC=98=E5=8C=96=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Bbs.Vue3/src/views/login/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;