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> </script> <style scoped> .el-row { /* background-color: rgb(83, 168, 125); */ border-bottom: 1px solid #0f99e9; } </style>