When reactJs uses Pagination for paging, showQuickJumper showSizeChanger?

when reactJs uses Pagination for paging, if the two attributes of, showQuickJumper showSizeChanger are used at the same time, the display effect will be misplaced. How can the display be normal? The
code is as follows:
< Col span= {22} >

<Pagination defaultCurrent={1} showQuickJumper showSizeChanger total={500} showTotal={total => ` ${total} `}/>

< / Col >
the display effect is as follows:

clipboard.png

Mar.19,2021

is your css problem? open the console and see how the width of the bar below your pagination changes

.
Menu