From dfc4898827d73df7152d6458689324fd3485b75d Mon Sep 17 00:00:00 2001
From: liuchengxin <13104445455@126.com>
Date: 星期日, 12 十二月 2021 22:12:40 +0800
Subject: [PATCH] 修改登陆页面/系统logo/版权信息等

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

diff --git a/src/views/index.vue b/src/views/index.vue
index 5ff5e4d..c8fb00c 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -1,5 +1,7 @@
 <template>
-  <div class="app-container home">
+  <div class="app-container home index-bg">
+    <!--<img src="@/assets/logo/login-logo.png">-->
+    <!--浜戦�歄A鍔炲叕绯荤粺,娆㈣繋鎮紒-->
   </div>
 </template>
 
@@ -18,6 +20,14 @@
 </script>
 
 <style scoped lang="scss">
-
+.index-bg {
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  /*background-image: url('../assets/images/login-background.jpg');*/
+  background-repeat: no-repeat;
+  background-size: cover;
+  height: calc(100vh - 84px);
+}
 </style>
 

--
Gitblit v1.9.1