管道基础大数据平台系统开发-【前端】-新系統界面
TreeWish
2023-02-27 fce89affcbc15073f2e41b647239b3fff777006b
src/components/Screen/right.vue
@@ -17,12 +17,11 @@
      </div>
      <div class="current1">
        <div class="aside-title">服务访问次数</div>
        <Service-Get></Service-Get>
      </div>
    </div>
    <!-- <div
    <div
      class="rightContainer2"
      v-if="CourtyDisplay && currentProject =='全球项目'"
    >
@@ -46,7 +45,7 @@
        <div class="aside-title">项目数量饼状图</div>
        <province-dimension-pie ref="pieRef"></province-dimension-pie>
      </div>
    </div> -->
    </div>
    <div class="rightarrow">
      <img :src="RightImg" @click="ChangeRight" />
    </div>
@@ -93,6 +92,8 @@
  mounted() {
    this.$bus.$on("changeProject", name => {
      this.currentProject = name
      this.CourtyDisplay = true
      this.ChartDisplay = false
    })
  },
  methods: {
@@ -172,23 +173,23 @@
      background-repeat: no-repeat;
    }
  }
  // .rightContainer2 {
  //   height: 100%;
  //   width: calc(100% - 45px);
  .rightContainer2 {
    height: 100%;
    width: calc(100% - 45px);
  //   display: flex;
  //   flex-direction: column;
  //   align-items: center;
  //   .current1 {
  //     margin-top: 10px;
  //     margin-bottom: 30px;
  //     height: 30%;
  //     width: 100%;
  //     background: url(../../assets/img/Screen/chartbg.png);
  //     background-size: 100% 100%;
  //     background-repeat: no-repeat;
  //   }
  // }
    display: flex;
    flex-direction: column;
    align-items: center;
    .current1 {
      margin-top: 10px;
      margin-bottom: 30px;
      height: 30%;
      width: 100%;
      background: url(../../assets/img/Screen/chartbg.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
    }
  }
  .content {
    width: 100%;
    background: url(../../assets/img/Screen/contentBg.png);