|
@@ -676,7 +676,7 @@ export default {
|
|
|
watch: {},
|
|
|
created() {
|
|
|
let height = window.innerHeight;
|
|
|
- this.tableHeight = height - 200;
|
|
|
+ this.tableHeight = height - 170;
|
|
|
const that = this;
|
|
|
window.onresize = function temp() {
|
|
|
that.tableHeight = window.innerHeight - 175;
|