@@ -432,7 +432,7 @@ export default {
},
setTableH () {
const tableSearchH = this.$refs.tableSearch.offsetHeight
- this.tableHeight = window.innerHeight - tableSearchH - 225
+ this.tableHeight = window.innerHeight - tableSearchH - 215
}
mounted () {