搜了下没找到解决方案,就用CSS来解决了。

把paginationDetailHAlign:"right",使pagination-detail的class为.pull-right.pagination-detail,

设置

.pull-right.pagination-detail{
display:none;
}

 

就实现了隐藏具体分页显示。

相关文章:

  • 2022-03-05
  • 2021-11-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-31
  • 2021-12-14
  • 2021-04-02
  • 2022-12-23
  • 2021-11-29
  • 2022-01-11
相关资源
相似解决方案