diff --git a/components/pagination/style/index.tsx b/components/pagination/style/index.tsx index b0502b454f..9f94de9abf 100644 --- a/components/pagination/style/index.tsx +++ b/components/pagination/style/index.tsx @@ -399,7 +399,7 @@ const genPaginationJumpStyle: GenerateStyle = token border: `${token.lineWidth}px ${token.lineType} transparent`, borderRadius: token.borderRadius, outline: 'none', - transition: `border ${token.motionDurationMid}`, + transition: `all ${token.motionDurationMid}`, }, [`&:focus-visible ${componentCls}-item-link`]: {