|
|
@@ -374,7 +374,7 @@
|
|
|
columnsVersion: 0,
|
|
|
dispatchVisible: false,
|
|
|
dispatchRow: {},
|
|
|
- tableHeight: 'calc(100vh - 340px)',
|
|
|
+ tableHeight: 'calc(100vh - 375px)',
|
|
|
workDataList: [],
|
|
|
taskNameMap: {}
|
|
|
};
|
|
|
@@ -1138,7 +1138,7 @@
|
|
|
if (fullscreen) {
|
|
|
this.tableHeight = 'calc(100vh - 120px)';
|
|
|
} else {
|
|
|
- this.tableHeight = 'calc(100vh - 340px)';
|
|
|
+ this.tableHeight = 'calc(100vh - 375px)';
|
|
|
}
|
|
|
},
|
|
|
|