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;