From 6ef2ac92c0d3f79b59b8698274918df830b58b29 Mon Sep 17 00:00:00 2001
From: ZZJ <10913410+zzj2100@user.noreply.gitee.com>
Date: 星期四, 28 七月 2022 10:20:24 +0800
Subject: [PATCH] 禅道bug

---
 src/views/login/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index e759d6c..1d20482 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -25,7 +25,7 @@
   height: 100%;
   width: 100%;
   min-width: 1280px;
-  background: url("/images/login/鐧诲綍椤�.png");
+  background: url("/images/login/background.png");
   background-size: 100% 100%;
   font-size: 14px;
 
@@ -39,7 +39,7 @@
 
   .Footer {
     position: absolute;
-    bottom: 0;
+    top: calc(100% - 100px);
     width: 100%;
   }
 }

--
Gitblit v1.8.0