diff --git a/components/carousel/style/index.ts b/components/carousel/style/index.ts index a2ff1e87c2..539e735780 100644 --- a/components/carousel/style/index.ts +++ b/components/carousel/style/index.ts @@ -194,8 +194,7 @@ const genArrowsStyle: GenerateStyle = (token) => { width: arrowLength, height: arrowLength, border: `0 solid currentcolor`, - borderInlineWidth: '2px 0', - borderBlockWidth: '2px 0', + borderWidth: '2px', borderRadius: 1, content: '""', },