From fcc94f21de3da76af308e47194d7262f4931dc13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Thu, 8 Jul 2021 21:54:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E9=AB=98=E5=BA=A6=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/core/xmQuestion/XmQuestionMng.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/xm/core/xmQuestion/XmQuestionMng.vue b/src/views/xm/core/xmQuestion/XmQuestionMng.vue index e7d8b1d5..5fc9b239 100644 --- a/src/views/xm/core/xmQuestion/XmQuestionMng.vue +++ b/src/views/xm/core/xmQuestion/XmQuestionMng.vue @@ -902,10 +902,7 @@ this.filters.handlerUsername=this.userInfo.username; this.$nextTick(() => { var clientRect=this.$refs.table.$el.getBoundingClientRect(); - var subHeight=50/1000 * window.innerHeight; - if(this.selProject){ - subHeight=100/1000 * window.innerHeight; - } + var subHeight=50/1000 * window.innerHeight; this.tableHeight = window.innerHeight -clientRect.y - this.$refs.table.$el.offsetTop-subHeight; this.getXmQuestions(); });