소스 검색

兼容分辨率

wy 1 년 전
부모
커밋
7bfd24b359
4개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 2 2
      src/views/manage-log/battery-charger.vue
  2. 2 2
      src/views/manage-log/bms.vue
  3. 2 2
      src/views/manage-log/data-export.vue
  4. 2 2
      src/views/manage-log/robot.vue

+ 2 - 2
src/views/manage-log/battery-charger.vue

@@ -243,14 +243,14 @@ export default {
     /* 设置初始视窗高度*/
     onLoadHeight() {
       this.$nextTick(() => {
-        this.tableheight = document.body.clientHeight - 370;
+        this.tableheight = document.body.clientHeight - 350;
       });
     },
     /* 设置窗口变化高度*/
     changeWindow() {
       window.onresize = () => {
         return (() => {
-          this.tableheight = document.body.clientHeight - 370;
+          this.tableheight = document.body.clientHeight - 350;
         })();
       };
     },

+ 2 - 2
src/views/manage-log/bms.vue

@@ -234,14 +234,14 @@ export default {
     /* 设置初始视窗高度*/
     onLoadHeight() {
       this.$nextTick(() => {
-        this.tableheight = document.body.clientHeight - 370;
+        this.tableheight = document.body.clientHeight - 350;
       });
     },
     /* 设置窗口变化高度*/
     changeWindow() {
       window.onresize = () => {
         return (() => {
-          this.tableheight = document.body.clientHeight - 370;
+          this.tableheight = document.body.clientHeight - 350;
         })();
       };
     },

+ 2 - 2
src/views/manage-log/data-export.vue

@@ -232,14 +232,14 @@ export default {
     /* 设置初始视窗高度*/
     onLoadHeight() {
       this.$nextTick(() => {
-        this.tableheight = document.body.clientHeight - 370;
+        this.tableheight = document.body.clientHeight - 290;
       });
     },
     /* 设置窗口变化高度*/
     changeWindow() {
       window.onresize = () => {
         return (() => {
-          this.tableheight = document.body.clientHeight - 370;
+          this.tableheight = document.body.clientHeight - 290;
         })();
       };
     },

+ 2 - 2
src/views/manage-log/robot.vue

@@ -218,14 +218,14 @@ export default {
     /* 设置初始视窗高度*/
     onLoadHeight() {
       this.$nextTick(() => {
-        this.tableheight = document.body.clientHeight - 370;
+        this.tableheight = document.body.clientHeight - 350;
       });
     },
     /* 设置窗口变化高度*/
     changeWindow() {
       window.onresize = () => {
         return (() => {
-          this.tableheight = document.body.clientHeight - 370;
+          this.tableheight = document.body.clientHeight - 350;
         })();
       };
     },