From c832daf074e1a452b4960a1aea347169fcb40fde Mon Sep 17 00:00:00 2001 From: 明梦爽 <2972214568@qq.com> Date: 星期六, 06 十一月 2021 10:38:14 +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