zhangzengfei
2020-09-17 d4cd7df0bd1484c31e37bcb0642e89ecdcf7ab29
src/pages/cameraAccess/index/App.vue
@@ -4,10 +4,10 @@
      <div class="resize-bar"></div>
      <div class="resize-line"></div>
      <div class="resize-save">
        <left-nav :appName="app" :edit="editTree" :height="screenHeight"></left-nav>
        <left-nav :appName="app" :height="screenHeight"></left-nav>
      </div>
    </div>
    <div class="column-right" >
    <div class="column-right">
      <right-side />
    </div>
  </div>
@@ -32,12 +32,10 @@
  data() {
    return {
      leftWith: 0,
      screenHeight: 0,
      editTree: true
      screenHeight: 0
    }
  },
  mounted() {
    debugger
    this.screenHeight = document.documentElement.clientHeight;
    window.onresize = () => {
      return (() => {
@@ -46,6 +44,10 @@
    };
    this.leftWith = this.$refs['left'].offsetWidth;
    this.TreeDataPool.readonly = false;
    this.TreeDataPool.gbReadonly = false;
    this.DataStackPool.readonly = false;
  },
  methods: {
    getUrlKey() {
@@ -73,13 +75,12 @@
}
.column-right {
  position: relative;
  flex:1;
  flex: 1;
  background-color: #fff;
  box-sizing: border-box;
  overflow-y: hidden;
  height: 100%;
  min-width: 1433px;
  min-width: 1602px;
}
.resize-save {
  position: absolute;