From c01dff9a24f98f10f247d2f2e449383f567ec338 Mon Sep 17 00:00:00 2001
From: 唐耀东 <18861537@qq.com>
Date: 星期三, 18 五月 2022 14:55:48 +0800
Subject: [PATCH] 提交代码

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

diff --git a/src/views/index.vue b/src/views/index.vue
index 5ff5e4d..a039367 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -1,5 +1,6 @@
 <template>
-  <div class="app-container home">
+  <div class="app-container home index-bg">
+    娆㈣繋璁块棶浜戦�氭暟閾綩A鍔炲叕绯荤粺
   </div>
 </template>
 
@@ -18,6 +19,16 @@
 </script>
 
 <style scoped lang="scss">
-
+.index-bg {
+  display: flex;
+  padding-left: 42%;
+  align-items: center;
+  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