diff --git a/src/pages/personal/pages/my-questions/index.vue b/src/pages/personal/pages/my-questions/index.vue index c6a92c7c6..f78f4caae 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 713c7c75c..1abe41ed2 100644 --- a/src/pages/regulatoryRepository/standQA/index.vue +++ b/src/pages/regulatoryRepository/standQA/index.vue @@ -1258,13 +1258,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 {