From e6b0d97e272f115bc784e1b3536f820ea51400a1 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 5 Jun 2025 16:49:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 79b2dfa..45036af 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -544,12 +544,13 @@ $light_gray: #606266; left: 50px; img { - height: 40px; + max-height: 60px; + max-width: 250px; } - .usa-logo { - height: 60px; - } + // .usa-logo { + // height: 60px; + // } } .login-image { @@ -573,7 +574,7 @@ $light_gray: #606266; .login-form { position: absolute; - top: 50%; + top: 55%; // transform: translateY(-50%); left: 50%; transform: translate(-50%, -50%); @@ -585,7 +586,8 @@ $light_gray: #606266; .title-container { // margin-bottom: 50px; - margin-top: 15%; + text-align: center; + margin-top: 20%; .title { font-size: 35px;