From 5bb2e631f6a713999a50d11f572dcb714ce14af4 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 24 Jan 2024 17:58:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86tab?= =?UTF-8?q?=E5=86=85=E9=83=A8=E6=9C=AA=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/styles/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/frontend/src/styles/index.scss b/core/frontend/src/styles/index.scss index 2607a2dcb7..13e05fbb47 100644 --- a/core/frontend/src/styles/index.scss +++ b/core/frontend/src/styles/index.scss @@ -170,7 +170,7 @@ div:focus { padding-right: 50px !important; } -.de-tabs { +.de-tabs-component { .el-tabs__header { margin: 0 0 0 0 !important; } @@ -1765,4 +1765,4 @@ div:focus { .el-table__fixed-right::before { display: none; -} \ No newline at end of file +}