Lijy преди 3 години
родител
ревизия
21f462e9e0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/list.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/list.vue

@@ -676,7 +676,7 @@ export default {
   watch: {},
   created() {
     let height = window.innerHeight;
-    this.tableHeight = height - 200;
+    this.tableHeight = height - 170;
     const that = this;
     window.onresize = function temp() {
         that.tableHeight = window.innerHeight - 175;