fix: Pagination jumper style (#38639)

* chore: update styles

* chore: Reverse format

* Apply suggestions from code review

Co-authored-by: afc163 <afc163@gmail.com>
This commit is contained in:
Wuxh 2022-11-17 22:20:08 +08:00 committed by GitHub
parent 842f355f39
commit 03f891a78c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -404,6 +404,7 @@ const genPaginationJumpStyle: GenerateStyle<PaginationToken, CSSObject> = token
width: token.controlHeightLG * 1.25,
height: token.controlHeight,
boxSizing: 'border-box',
margin: 0,
marginInlineStart: token.marginXS,
marginInlineEnd: token.marginXS,