明梦爽
2021-11-06 e6da456bdd43c4ced53c2a6b7813034aa2f7b2e5
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">
@@ -48,3 +48,10 @@
  }
}
</script>
<style scoped>
  .el-row {
    /* background-color: rgb(83, 168, 125); */
    border-bottom: 1px solid #0f99e9;
  }
</style>