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