|
@@ -243,14 +243,14 @@ export default {
|
|
|
/* 设置初始视窗高度*/
|
|
|
onLoadHeight() {
|
|
|
this.$nextTick(() => {
|
|
|
- this.tableheight = document.body.clientHeight - 370;
|
|
|
+ this.tableheight = document.body.clientHeight - 350;
|
|
|
});
|
|
|
},
|
|
|
/* 设置窗口变化高度*/
|
|
|
changeWindow() {
|
|
|
window.onresize = () => {
|
|
|
return (() => {
|
|
|
- this.tableheight = document.body.clientHeight - 370;
|
|
|
+ this.tableheight = document.body.clientHeight - 350;
|
|
|
})();
|
|
|
};
|
|
|
},
|