表格

  • 斑马表格
<table class="table-striped">
</table>
  • 鼠标经过表格的hover效果
<table class="table-hover">
</table>
  • 让表格变得更加紧凑
<table class="table-condensed">
</table>
  • 表格内容居中(每个单元格都要加,应该有更好的方法但暂时没发现)
//例如
<th class="text-center">#</th>
<th class="text-center">客户姓名</th>
<th class="text-center">客户性别</th>
<th class="text-center">联系电话</th>
<th class="text-center">操作</th>

按钮

  • 颜色
    Bootstrap(修改中)
    来自hui

相关文章:

  • 2022-12-23
  • 2021-05-17
  • 2022-12-23
  • 2022-12-23
  • 2021-09-08
  • 2021-04-15
  • 2022-12-23
  • 2021-11-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2021-06-21
  • 2022-01-06
  • 2021-11-09
相关资源
相似解决方案