管道基础大数据平台系统开发-【前端】-新系統界面
surprise
2024-05-09 e897fc3d35f8e5dfa56d5f0c80a655ccf99202cf
src/views/Thematic/index.vue
@@ -1,21 +1,20 @@
<template>
  <div class="themaic">
    <mapsdk></mapsdk>
    <top class="title" ref="title"></top>
    <left
      class="mapleft"
    <top class="title"
         ref="title"></top>
    <left class="mapleft"
      :style="{ width: leftWidth, left: leftWidth == '22%' ? '-19px' : '0' }"
      ref="mapleft"
    ></left>
          ref="mapleft"></left>
    <project-tree class="project-tree" v-show="ProjectreeDisplay"></project-tree>
    <project-tree class="project-tree"
                  v-show="ProjectreeDisplay"></project-tree>
    <right
      class="mapright"
    <right class="mapright"
      :style="{ width: rightWidth }"
      ref="mapright"
    ></right>
    <bottom class="mapbottom" ref="mapbottom"></bottom>
           ref="mapright"></right>
    <bottom class="mapbottom"
            ref="mapbottom"></bottom>
  </div>
</template>
@@ -38,7 +37,9 @@
      ProjectreeDisplay: false,
    }
  },
  mounted() {},
  mounted () {
  },
  created() {
    this.$bus.$on("changeTree", key => {
      this.ProjectreeDisplay = key