From 02a0b94b619f6803ceeae0c9d4ec80f6c65a2f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Mon, 11 Jul 2022 09:26:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/js/util.js | 8 +++----- src/views/xm/core/xmProject/XmProjectInfo.vue | 11 +++++++---- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/common/js/util.js b/src/common/js/util.js index dab154d8..c487b105 100644 --- a/src/common/js/util.js +++ b/src/common/js/util.js @@ -78,13 +78,11 @@ export default { if(typeof cssSelector == 'string'){ table=document.querySelector(cssSelector); } + debugger; var innerHeight=window.innerHeight var defaultInnerHeight=913; - var pageHeight=90/defaultInnerHeight*innerHeight - if(innerHeight - - + +

常用功能快捷导航

- + { + + this.maxTableHeight = this.source == 'GZT' ? this.maxTableHeight : util.calcTableMaxHeight(this.$refs.pageBody.$el); var infotype = localStorage.getItem("project-infotype"); if (infotype) { this.infotype = infotype;