hanbaoshan
2020-08-10 9726a6095105d7a1d9c541117e44c42fd5d7f0aa
应用窗口初始化宽高更新
7个文件已修改
41 ■■■■ 已修改文件
src/pages/ai/index/App.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/cameraAccess/index/App.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/cameraVideo/index/Video.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/desktop/index/components/DFrame.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/desktop/index/components/ToolsEntry.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/desktop/index/mock/userData.json 32 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/search/index/App.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/ai/index/App.vue
@@ -1866,6 +1866,7 @@
          transform: translate(-50%, -50%);
        }
        .baseImg {
          width: 80%;
          position: absolute;
          top: 50%;
          left: 50%;
src/pages/cameraAccess/index/App.vue
@@ -43,7 +43,7 @@
        this.screenHeight = document.documentElement.clientHeight;
      })();
    };
    debugger
    this.leftWith = this.$refs['left'].offsetWidth;
  },
  methods: {
src/pages/cameraVideo/index/Video.vue
@@ -555,7 +555,7 @@
.monitoring-right {
  width: 100%;
  height: 100%;
  min-width: 1243px;
  min-width: 981px;
  //float: right;
  box-sizing: border-box;
  padding: 10px;
src/pages/desktop/index/components/DFrame.vue
@@ -101,7 +101,6 @@
      this.fullScreen = !this.fullScreen;
    },
    frameClick(e) {
      debugger
      this.$store.commit('desktop/refreshFrame', this.data);
    },
    minFrame(data, e) {
src/pages/desktop/index/components/ToolsEntry.vue
@@ -60,7 +60,6 @@
          title: dock.title,
          url: dock.url
        });
        debugger
        this.$store.commit('desktop/addMinDock', {
          id: dock.id,
          src: dock.src,
src/pages/desktop/index/mock/userData.json
@@ -12,7 +12,7 @@
        "url": "/view/gb28181",
        "title": "GB28181配置",
        "width": 600,
        "height": 700
        "height": 670
      },
      {
        "id": "12",
@@ -22,8 +22,8 @@
        "type": "2",
        "url": "/view/cameraVideo",
        "title": "实时监控",
        "width": 1465,
        "height": 763
        "width": 1328,
        "height": 670
      },
      {
        "id": "9",
@@ -34,7 +34,7 @@
        "url": "/view/ai",
        "title": "应用中心",
        "width": 1243,
        "height": 766
        "height": 670
      },
      {
        "id": "1",
@@ -44,8 +44,8 @@
        "type": "2",
        "url": "/view/cameraAccess",
        "title": "摄像机配置",
        "width": 1300,
        "height": 770
        "width": 1200,
        "height": 670
      },
      {
        "id": "2",
@@ -55,8 +55,8 @@
        "type": "2",
        "url": "/view/cameraAccess?dataStack=1",
        "title": "数据栈配置",
        "width": 1300,
        "height": 770
        "width": 1200,
        "height": 670
      },
      {
        "id": "4",
@@ -77,8 +77,8 @@
        "type": "2",
        "url": "/view/library",
        "title": "比对库管理",
        "width": 1542,
        "height": 750
        "width": 1200,
        "height": 670
      },
      {
        "id": "11",
@@ -88,8 +88,8 @@
        "type": "2",
        "url": "/view/analysisPower",
        "title": "算力管理",
        "width": 1669,
        "height": 800
        "width": 1200,
        "height": 670
      },
      {
        "id": "13",
@@ -99,7 +99,7 @@
        "type": "2",
        "url": "/view/search",
        "title": "统计查询",
        "width": 1410,
        "width": 1344,
        "height": 675
      },
      {
@@ -110,7 +110,7 @@
        "type": "2",
        "url": "/view/syslog",
        "title": "日志管理",
        "width": 1246,
        "width": 1200,
        "height": 590
      },
      {
@@ -121,8 +121,8 @@
        "type": "2",
        "url": "/view/settings",
        "title": "系统设置",
        "width": 1450,
        "height": 808
        "width": 1200,
        "height": 650
      },
      {
        "id": "18",
src/pages/search/index/App.vue
@@ -67,7 +67,7 @@
<style lang="scss" scoped>
.column {
  overflow: hidden;
  min-width: 1402px;
  min-width: 1399px;
}
.column-left {
  height: 100vh;