diff --git a/components/table/style/fixed.ts b/components/table/style/fixed.ts index b9273bdbedd4..a9bd34d871b0 100644 --- a/components/table/style/fixed.ts +++ b/components/table/style/fixed.ts @@ -80,11 +80,11 @@ const genFixedStyle: GenerateStyle = (token) => { }, '&::before': { - insetInlineStart: 0, + left: 0, }, '&::after': { - insetInlineEnd: 0, + right: 0, }, },