@@ -171,7 +171,7 @@ export default {
},
setTableH () {
const tableSearchH = this.$refs.tableSearch.offsetHeight
- this.tableHeight = window.innerHeight - tableSearchH - 235
+ this.tableHeight = window.innerHeight - tableSearchH - 200
}
watch: {