有时候需要用到多色显示不同类型的表格
用bootstrap的样式即可
<tr class="active">
<tr class="success">
<tr class="warning">
<tr class="danger">
学习源头:http://www.runoob.com/bootstrap/bootstrap-tables.html
原文地址:https://www.cnblogs.com/djwhome/p/9089923.html
时间: 2024-10-19 11:24:39