From 02af0c8cd2d430c7f975079943dff02638a0a8ad Mon Sep 17 00:00:00 2001
From: 明梦爽 <2972214568@qq.com>
Date: 星期二, 02 十一月 2021 15:22:14 +0800
Subject: [PATCH] ready

---
 src/components/Home.vue |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/components/Home.vue b/src/components/Home.vue
index 6c99a06..331fb98 100644
--- a/src/components/Home.vue
+++ b/src/components/Home.vue
@@ -14,6 +14,7 @@
         background-color="rgb(64, 112, 186)"
         text-color="white"
         class="menu"
+        active-text-color="#000000"
         :default-active="activeIndex"
         @select="handleSelect"
       >
@@ -34,7 +35,7 @@
         <router-view></router-view>
       </el-main>
     </el-container>
-    <el-footer>Footer</el-footer>
+    <el-footer>@骞抽《灞卞闄㈢瀛︽妧鏈崗浼�</el-footer>
   </el-container>
 </template>
 
@@ -99,4 +100,10 @@
 .main {
   padding: 20px 5px;
 }
+.el-footer {
+  font-size: 15px;
+  color: white;
+  text-align: center;
+  line-height: 60px;
+}
 </style>
\ No newline at end of file

--
Gitblit v1.8.0