From 34bc82db88355b47ddba3b25c78a50a6cff8f845 Mon Sep 17 00:00:00 2001 From: wangqi <3188864257@qq.com> Date: Wed, 25 Dec 2024 18:59:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=99=BB=E5=BD=95=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/system/login/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/system/login/index.vue b/src/pages/system/login/index.vue index 17861c0..05fa179 100644 --- a/src/pages/system/login/index.vue +++ b/src/pages/system/login/index.vue @@ -24,7 +24,7 @@ /> - 登录 @@ -179,8 +179,8 @@ onMounted(() => { .header { display: flex; align-items: center; - height: 92px; - padding-left: 24px; + height: 110px; + padding-left: 26px; .icon { width: 52px; height: 52px; @@ -205,7 +205,7 @@ onMounted(() => { } .body { - height: calc(100% - 92px); + height: calc(100% - 110px); display: flex; justify-content: space-around; .bg {