|
@@ -153,7 +153,7 @@
|
|
<s-table
|
|
<s-table
|
|
class="sTable fixPagination"
|
|
class="sTable fixPagination"
|
|
ref="table"
|
|
ref="table"
|
|
- :style="{ height: tableHeight+102.5+'px' }"
|
|
|
|
|
|
+ :style="{ height: tableHeight+70+'px' }"
|
|
size="small"
|
|
size="small"
|
|
:rowKey="(record) => record.id"
|
|
:rowKey="(record) => record.id"
|
|
:columns="columns"
|
|
:columns="columns"
|
|
@@ -341,7 +341,7 @@ export default {
|
|
},
|
|
},
|
|
setTableH () {
|
|
setTableH () {
|
|
const tableSearchH = this.$refs.tableSearch.offsetHeight
|
|
const tableSearchH = this.$refs.tableSearch.offsetHeight
|
|
- this.tableHeight = window.innerHeight - tableSearchH - 310
|
|
|
|
|
|
+ this.tableHeight = window.innerHeight - tableSearchH - 195
|
|
}
|
|
}
|
|
},
|
|
},
|
|
watch: {
|
|
watch: {
|