From 8bb2e5e40615613d48bc8b3d7eea2b22a8d2c491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=B9=B2?= <1183314349@qq.com> Date: Fri, 7 Feb 2025 16:32:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20tabs=20Centered=E6=98=BE?= =?UTF-8?q?=E7=A4=BAbug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tabs/style/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/tabs/style/index.ts b/components/tabs/style/index.ts index 44fc620ad2..ca58094828 100644 --- a/components/tabs/style/index.ts +++ b/components/tabs/style/index.ts @@ -858,8 +858,8 @@ const genTabsStyle: GenerateStyle = (token: TabsToken): CSSObject => [`${componentCls}-centered`]: { [`> ${componentCls}-nav, > div > ${componentCls}-nav`]: { [`${componentCls}-nav-wrap`]: { - [`&:not([class*='${componentCls}-nav-wrap-ping'])`]: { - justifyContent: 'center', + [`&:not([class*='${componentCls}-nav-wrap-ping']) > ${componentCls}-nav-list`]: { + margin: 'auto', }, }, },