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