diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index 1c9ef598e9..e1f2fb562e 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -169,7 +169,7 @@ div:focus { } .el-tabs__content { - height: calc(100%) !important; + height: calc(100% - 40px) !important; margin-top: 5px; .el-tab-pane { @@ -974,4 +974,4 @@ div:focus { .el-icon-more { border: none !important; } -} \ No newline at end of file +}