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