wy 1 год назад
Родитель
Сommit
7bfd24b359

+ 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;
         })();
       };
     },