From 34e9605033b51eed37a3c7e1df4e4a2f394c9ab0 Mon Sep 17 00:00:00 2001
From: 唐耀东 <18861537@qq.com>
Date: 星期二, 13 九月 2022 10:42:16 +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