From b05640960d38a08def00a44b44aa11ef216f911f Mon Sep 17 00:00:00 2001
From: liuchengxin <13104445455@163.com>
Date: 星期二, 17 五月 2022 16:13:09 +0800
Subject: [PATCH] 样式修改

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

diff --git a/src/views/index.vue b/src/views/index.vue
index c8fb00c..a039367 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -1,7 +1,6 @@
 <template>
   <div class="app-container home index-bg">
-    <!--<img src="@/assets/logo/login-logo.png">-->
-    <!--浜戦�歄A鍔炲叕绯荤粺,娆㈣繋鎮紒-->
+    娆㈣繋璁块棶浜戦�氭暟閾綩A鍔炲叕绯荤粺
   </div>
 </template>
 
@@ -22,12 +21,14 @@
 <style scoped lang="scss">
 .index-bg {
   display: flex;
-  justify-content: center;
+  padding-left: 42%;
   align-items: center;
-  /*background-image: url('../assets/images/login-background.jpg');*/
+  background-image: url('../assets/images/login-background.jpg');
   background-repeat: no-repeat;
   background-size: cover;
   height: calc(100vh - 84px);
+  font-size: 2.5rem;
+  box-sizing: border-box;
 }
 </style>
 

--
Gitblit v1.9.1