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