hanbaoshan
2020-09-18 037a9dc1652571cdded798a149fd67d24aa8ae5e
摄像机配置布局恢复
2个文件已修改
10 ■■■■ 已修改文件
src/pages/cameraAccess/index/App.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/visual/index/App.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/cameraAccess/index/App.vue
@@ -61,7 +61,7 @@
<style lang="scss" scoped>
.column {
  overflow-y: hidden;
  //display: flex;
  display: flex;
  width: 100%;
  height: 100%;
}
@@ -72,11 +72,11 @@
  // height: inherit;
  background-color: #fff;
  position: relative;
  float: left;
  //float: left;
}
.column-right {
  position: relative;
  //flex: 1;
  flex: 1;
  background-color: #fff;
  box-sizing: border-box;
  overflow-y: hidden;
@@ -91,7 +91,7 @@
  left: 0;
  padding: 14px;
  overflow-x: hidden;
  //overflow-y: hidden;
  overflow-y: hidden;
}
.resize-bar {
  width: 310px;
src/pages/visual/index/App.vue
@@ -28,7 +28,7 @@
  mounted() {
    this.screenHeight = document.documentElement.clientHeight - 90;
    this.getCenter();
    this.TreeDataPool.showTreeBox = false;
    this.TreeDataPool.showTreeBox = true;
    this.screenHeight = document.documentElement.clientHeight - 90;
    document.title = "SmartAI";
  },