管道基础大数据平台系统开发-【前端】-新系統界面
TreeWish
2023-02-23 510c50da32ba5bdc16e912b1c893000a45dc6305
src/components/Screen/right.vue
@@ -11,7 +11,8 @@
      </div>
      <div class="current1">
        <div class="aside-title">各类数据存储分布</div>
        <echart13></echart13>
        <!-- <echart13></echart13> -->
        <chart></chart>
      </div>
    </div>
    <div class="rightarrow">
@@ -23,11 +24,14 @@
import echart11 from "@/components/echart11.vue"
import echart12 from "@/components/echart12.vue"
import echart13 from "@/components/echart13.vue"
import chart from "@/components/chart/index.vue"
export default {
  components: {
    echart11,
    echart12,
    echart13,
    chart
  },
  data() {
    return {
@@ -82,16 +86,6 @@
      background: url(../../assets/img/Screen/chartbg.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
    }
    .aside-title {
      padding-left: 30px;
      height: 27px;
      line-height: 27px;
      background: linear-gradient(0deg, #9cd2ff 0%, #ffffff 100%);
      font-size: 15px;
      font-family: YouSheBiaoTiHei, YouSheBiaoTiHei-Regular;
      -webkit-background-clip: text;
      color: #fff;
    }
  }
}