Skip to content

Commit 6f980be

Browse files
authored
Revert "improve(ui): PageContainer tabs divider does not pull through (#1384)"
This reverts commit ac01e58.
1 parent 4205242 commit 6f980be

File tree

1 file changed

+4
-0
lines changed
  • packages/ui/src/PageContainer/style

1 file changed

+4
-0
lines changed

packages/ui/src/PageContainer/style/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ export const genPageContainerStyle: GenerateStyle<PageContainerToken> = (
8080
marginBlockStart: 0,
8181
[`${antCls}-tabs-top > ${antCls}-tabs-nav::before`]: {
8282
borderBottom: `1px solid ${token.colorBorderSecondary}`,
83+
left: -token.paddingXL,
84+
right: -token.paddingXL,
8385
},
8486
},
8587
},
@@ -94,6 +96,8 @@ export const genPageContainerStyle: GenerateStyle<PageContainerToken> = (
9496
},
9597
[`& > ${antCls}-tabs-top > ${antCls}-tabs-nav::before`]: {
9698
borderBottom: `1px solid ${token.colorBorderSecondary}`,
99+
left: -token.paddingXL,
100+
right: -token.paddingXL,
97101
},
98102
},
99103
},

0 commit comments

Comments
 (0)