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: