参考:https://www.jianshu.com/p/1bb4c37ef636

在 bootstrap-table.min.css 中修改源码

//选中行颜色
.fixed-table-container tbody .selected td{background-color:#EEE8AA}

 

在bootstrap.min.css中修改源码

//奇偶行颜色
.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}
//滑过的颜色
.table-hover>tbody>tr:hover{background-color:#FAFAD2}

 

相关文章:

  • 2022-03-08
  • 2022-12-23
  • 2021-12-28
  • 2021-11-20
  • 2021-12-19
  • 2022-12-23
  • 2021-09-12
猜你喜欢
  • 2022-12-23
  • 2021-06-15
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2021-08-04
  • 2022-12-23
相关资源
相似解决方案