|
@@ -70,7 +70,7 @@
|
|
|
<s-table
|
|
|
class="sTable fixPagination"
|
|
|
ref="table"
|
|
|
- :style="{ height: tableHeight+84.5+'px' }"
|
|
|
+ :style="{ height: tableHeight+114.5+'px' }"
|
|
|
size="small"
|
|
|
:scroll="{ y: tableHeight }"
|
|
|
:rowKey="(record) => record.id"
|
|
@@ -255,7 +255,7 @@ export default {
|
|
|
},
|
|
|
setTableH () {
|
|
|
const tableSearchH = this.$refs.tableSearch.offsetHeight
|
|
|
- this.tableHeight = window.innerHeight - tableSearchH - 240
|
|
|
+ this.tableHeight = window.innerHeight - tableSearchH - 270
|
|
|
}
|
|
|
},
|
|
|
mounted () {
|