From e5d0198a23144afdbe79c002d379765b81f2989d Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Mon, 20 Jun 2022 14:34:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2055856=20=E9=97=AE?= =?UTF-8?q?=E7=AD=94=20=E9=97=AE=E9=A2=98=E8=BF=87=E5=A4=9A=20=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=8D=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/personal/pages/my-questions/index.vue | 4 ++-- src/pages/regulatoryRepository/standQA/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/personal/pages/my-questions/index.vue b/src/pages/personal/pages/my-questions/index.vue index a65895680..ea5d71499 100644 --- a/src/pages/personal/pages/my-questions/index.vue +++ b/src/pages/personal/pages/my-questions/index.vue @@ -1860,13 +1860,13 @@ export default { overflow: auto !important; } #my-questions{ - height: 100%; + height: calc(100vh - 75px); display: flex; flex-direction: column; background: #F5F7FA; margin-bottom: 10px; .tab-box{ - height: 100%; + height: 93%; } .type-tabs { /deep/.el-tabs__header { diff --git a/src/pages/regulatoryRepository/standQA/index.vue b/src/pages/regulatoryRepository/standQA/index.vue index 07223e41f..b287990fe 100644 --- a/src/pages/regulatoryRepository/standQA/index.vue +++ b/src/pages/regulatoryRepository/standQA/index.vue @@ -1257,13 +1257,13 @@ export default { overflow: auto; } #my-questions{ - height: 100%; + height: calc(100vh - 75px); display: flex; flex-direction: column; background: #F5F7FA; margin-bottom: 10px; .tab-box{ - height: 100%; + height: 93%; } .type-tabs { /deep/.el-tabs__header {