<div class="table-responsive">
<table class="table text-nowrap">
<thead>
<tr>
<th> ... </th>
....
</tr>
</thead>
<tbody>
<tr>
<td> ... </td>
....
</tr>
.....
</tbody>
</table>
</div>
其中,表格需要加table样式,text-nowrap控制内容不换行,表格外层必须有<div class="table-responsive">。表格里面的thead和tbody不能省略,否则Bootstrap表格样式不会被使用。转载于:https://www.cnblogs.com/kuangxin/p/8072224.html
本文介绍了如何使用Bootstrap为HTML表格添加样式。重点讲解了必要的table类、text-nowrap类的作用及应用,同时强调了thead和tbody元素的重要性。
6997

被折叠的 条评论
为什么被折叠?



