From 546c0df2c7d278cb2a3e6fa6fc2ff730d410fdbd Mon Sep 17 00:00:00 2001
From: 明梦爽 <2972214568@qq.com>
Date: 星期二, 25 一月 2022 16:54:48 +0800
Subject: [PATCH] more
---
src/components/globalTitle.vue | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/src/components/globalTitle.vue b/src/components/globalTitle.vue
index 663fc6e..6e9f2e1 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">
@@ -37,7 +37,7 @@
return '瀛︽湳浜ゆ祦'
case 'banShiZhiNan':
return '鍔炰簨鎸囧崡'
- case 'kePu':
+ case 'kePuFengCai':
return '绉戞櫘椋庨噰'
case 'xueXiaoShouYe':
return '瀛︽牎棣栭〉'
@@ -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