鍍金池/ 問答/HTML/ reactJs用Pagination分頁時(shí),showQuickJumper sh

reactJs用Pagination分頁時(shí),showQuickJumper showSizeChanger?

reactJs用Pagination分頁時(shí),showQuickJumper showSizeChanger兩個屬性如果同時(shí)使用,顯示效果會錯位,怎么才能顯示正常?
代碼如下:
<Col span={22}>

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

</Col>
顯示效果圖如下:

clipboard.png

回答
編輯回答
孤影

是你css的問題吧,你打開控制臺,看看你的pagination的下面的bar的寬度的變化是怎么樣的

2018年1月4日 16:27