|
@@ -142,7 +142,7 @@
|
|
:data="loadData"
|
|
:data="loadData"
|
|
:pageSize="30"
|
|
:pageSize="30"
|
|
:style="{ height: tableHeight+84.5+'px' }"
|
|
:style="{ height: tableHeight+84.5+'px' }"
|
|
- :scroll="{ x: 2480 , y: tableHeight - 10 }"
|
|
|
|
|
|
+ :scroll="{ x: 2480 , y: tableHeight - 40 }"
|
|
:defaultLoadData="false"
|
|
:defaultLoadData="false"
|
|
bordered>
|
|
bordered>
|
|
<template slot="footer">
|
|
<template slot="footer">
|
|
@@ -432,7 +432,7 @@ export default {
|
|
},
|
|
},
|
|
setTableH () {
|
|
setTableH () {
|
|
const tableSearchH = this.$refs.tableSearch.offsetHeight
|
|
const tableSearchH = this.$refs.tableSearch.offsetHeight
|
|
- this.tableHeight = window.innerHeight - tableSearchH - 215
|
|
|
|
|
|
+ this.tableHeight = window.innerHeight - tableSearchH - 225
|
|
}
|
|
}
|
|
},
|
|
},
|
|
mounted () {
|
|
mounted () {
|