From d9616a22abca30d073cee5005125b3664a80d557 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 1 Aug 2022 10:15:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E9=83=A8=E5=88=86=E7=BB=84=E4=BB=B6=E5=9C=A8=E5=86=85?= =?UTF-8?q?=E5=B5=8C=E5=9C=A8tab=E7=BB=84=E4=BB=B6=E4=B8=AD=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E8=A2=AB=E9=81=AE=E6=8C=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}