课程
/前端开发
/Bootstrap
/玩转Bootstrap(基础)
table-hover怎么对th无效
2018-07-12
源自:玩转Bootstrap(基础) 2-17
正在回答
用<thead></thead>标签吧th包裹
<table class="table table-hover">
<thead>
<tr>
<th>表格标题</th>
</tr>
</thead>
<tbody>
<td>表格单元格</td>
</tbody>
</table>
举报
告诉你使用Bootstrap,并且能够独立定制出适合自己的Bootstrap
1 回答table table-striped
1 回答 <table class="table table-bordered">
2 回答Bootstrap
2 回答bootstrap
3 回答bootstrap