From e5de18de7b39f6c1c284fabaf5d52f4a896703b1 Mon Sep 17 00:00:00 2001 From: chenzhicong Date: Tue, 10 Dec 2024 10:44:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dtab=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E9=80=8F=E4=BC=A0className=E6=9C=AA=E8=B5=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/amis-ui/src/components/Tabs.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/amis-ui/src/components/Tabs.tsx b/packages/amis-ui/src/components/Tabs.tsx index 7811c1eac3e..9a983953972 100644 --- a/packages/amis-ui/src/components/Tabs.tsx +++ b/packages/amis-ui/src/components/Tabs.tsx @@ -609,6 +609,7 @@ export class Tabs extends React.Component { iconPosition, title, toolbar, + className, tabClassName, closable: tabClosable, tip, @@ -671,6 +672,7 @@ export class Tabs extends React.Component { titleClassName, activeKey === eventKey ? 'is-active' : '', disabled ? 'is-disabled' : '', + className, tabClassName )} key={this.generateTabKey(hash, eventKey, index)}