|
@@ -93,7 +93,7 @@
|
|
|
size="small"
|
|
|
:rowKey="(record) => record.no"
|
|
|
rowKeyName="no"
|
|
|
- :style="{ height: tableHeight+70+'px' }"
|
|
|
+ :style="{ height: tableHeight+90+'px' }"
|
|
|
:columns="columns"
|
|
|
:data="loadData"
|
|
|
:scroll="{x:2200, y: tableHeight-120}"
|
|
@@ -351,7 +351,7 @@ export default {
|
|
|
// 计算表格高度
|
|
|
setTableH () {
|
|
|
const tableSearchH = this.$refs.tableSearch.offsetHeight
|
|
|
- this.tableHeight = window.innerHeight - tableSearchH - 280
|
|
|
+ this.tableHeight = window.innerHeight - tableSearchH - 300
|
|
|
}
|
|
|
},
|
|
|
mounted () {
|