From c4caff75e43d673674d3362c8778e6338f5664e7 Mon Sep 17 00:00:00 2001
From: MTrun <1262327911@qq.com>
Date: Tue, 14 Dec 2021 21:30:19 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5?=
 =?UTF-8?q?=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/views/login/index.vue | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 7721ee53..be0cb126 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -171,6 +171,7 @@ $--filter-color-base-login: rgba(51, 55, 61, 0.3);
     justify-content: space-evenly;
     align-items: center;
     margin-top: -$--header-height;
+    padding-top: $--header-height;
     &-carousel {
       width: 50%;
       &-img {
@@ -205,8 +206,9 @@ $--filter-color-base-login: rgba(51, 55, 61, 0.3);
   }
 
   &-footer {
-    text-align: center;
     height: $footer-height;
+    margin-top: -$--header-height;
+    text-align: center;
     line-height: $footer-height;
     color: $--color-text-2;
   }