From 013eeac827fc00ea4e403f27e49c9210e1ba15e0 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 23 Dec 2024 17:45:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20ta?= =?UTF-8?q?b=20=E7=95=99=E7=99=BD=E9=97=B4=E8=B7=9D=2028px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/style/index.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index 3b3e96a2c9..c8a7eea394 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -650,3 +650,11 @@ strong { .de-el-dropdown-menu-fixed .de-panel .right-menu-foot .footer-right { line-height: 36px; } + +.ed-tabs__item { + padding-right: 14px !important; +} + +.ed-tabs__item + .ed-tabs__item { + padding-left: 14px !important; +}