GuoYuFu123 преди 5 години
родител
ревизия
9012b86056

+ 1 - 1
src/components/ledger/handsontables/assets.vue

@@ -711,7 +711,7 @@ export default {
         columns: this.getType(this.headers), //数据显示格式
         filters: true,
         maxRows: this.main.length,
-        height: winHeight - 100 - 50 - 290,
+        height: winHeight - 100 - 50 - 200,
         columnSorting: true, //添加排序
         sortIndicator: true, //添加排序
         renderAllRows: true,

+ 1 - 1
src/components/ledger/handsontables/device.vue

@@ -812,7 +812,7 @@ export default {
         columns: this.getType(this.headers), //数据显示格式
         filters: true,
         maxRows: this.main.length,
-        height: winHeight - 100 - 50 - 290,
+        height: winHeight - 100 - 50 - 200,
         columnSorting: true, //添加排序
         sortIndicator: true, //添加排序
         renderAllRows: true,

+ 1 - 1
src/components/ledger/handsontables/system.vue

@@ -644,7 +644,7 @@ export default {
         columns: this.getType(this.headers), //数据显示格式
         filters: true,
         maxRows: this.main.length,
-        height: winHeight - 100 - 50 - 290,
+        height: winHeight - 100 - 50 - 200,
         columnSorting: true, //添加排序
         sortIndicator: true, //添加排序
         renderAllRows: true,