From 32c5fc95afbb2241d80b986e385e17ee553c258c Mon Sep 17 00:00:00 2001
From: 唐耀东 <18861537@qq.com>
Date: 星期五, 13 五月 2022 22:04:32 +0800
Subject: [PATCH] 提交代码

---
 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