@@ -420,7 +420,7 @@ export default {
// 计算表格高度
setTableH () {
const tableSearchH = this.$refs.tableSearch.offsetHeight
- this.tableHeight = window.innerHeight - tableSearchH - 200
+ this.tableHeight = window.innerHeight - tableSearchH - 195
}
},
watch: {