在使用antd的时候,因为不需要使用每页进行筛选的功能,所以可以进行隐藏:

 <Pagination
current={currentPage}
total={totalCount}
onChange={this.handlePaginationChange}
showSizeChanger={false} // 隐藏每页筛选几条的按钮
/>