hanbaoshan
2020-09-17 45abc1d097c88e3d9d5b4a7a71a2257cab9dd3ba
src/pages/cameraAccess/index/VideoManage.vue
@@ -170,7 +170,8 @@
      this.TreeDataPool.clean();
    });
    let _this = this
    let _this = this;
    _this.PollData.statisticTaskInfo();
    this.intervalTimer = setInterval(() => {
      _this.PollData.statisticTaskInfo();
    }, 10000)
@@ -288,7 +289,7 @@
  .video-tab > .el-tabs__content {
    width: 100%;
    //margin-top: 52px;
    height: calc(100% - 78px);
    height: calc(100% - 36px);
    box-sizing: border-box;
    overflow-y: auto;
    padding: 0;