From e6da456bdd43c4ced53c2a6b7813034aa2f7b2e5 Mon Sep 17 00:00:00 2001
From: 明梦爽 <2972214568@qq.com>
Date: 星期六, 06 十一月 2021 09:37:55 +0800
Subject: [PATCH] 首页基本功能完善

---
 src/components/globalTitle.vue |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/components/globalTitle.vue b/src/components/globalTitle.vue
index 663fc6e..bcbff51 100644
--- a/src/components/globalTitle.vue
+++ b/src/components/globalTitle.vue
@@ -2,7 +2,7 @@
   <div>
     <el-row>
       <div class="fl">
-        <span>{{ getTitle(this.$route.query.title) }}</span>
+        <span><b>{{ getTitle(this.$route.query.title) }}</b></span>
       </div>
       <div class="fr">
         <el-breadcrumb separator-class="el-icon-arrow-right">
@@ -47,4 +47,11 @@
     }
   }
 }
-</script>
\ No newline at end of file
+</script>
+
+<style scoped>
+  .el-row {
+    /* background-color: rgb(83, 168, 125); */
+    border-bottom: 1px solid #0f99e9;
+  }
+</style>
\ No newline at end of file

--
Gitblit v1.8.0