Skip to content

Commit 55f7799

Browse files
authored
fix: overall page twinkle problem (#1385)
1 parent 53b102b commit 55f7799

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

packages/components/src/components/Alerts/bundle-alert.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
:global {
2323
// for bundle alerts
2424
.ant-tabs-nav-list {
25-
width: 100%;
25+
width: 98%;
2626
}
2727
.ant-tabs-tab {
2828
flex: 1;

packages/components/src/components/Alerts/bundle-alert.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ export const BundleAlert: React.FC<BundleAlertProps> = ({
193193
) : (
194194
<Tabs
195195
onChange={setActiveKey}
196+
tabBarGutter={10}
196197
type="card"
197198
defaultActiveKey="E1001"
198199
items={tabItems}

0 commit comments

Comments
 (0)