bootstrap table 怎么自适应宽度
1 回答
慕田峪4524236
TA贡献1875条经验 获得超5个赞
<div class=table-responsive">
<table class="table text-nowrap">
<thead>
<tr>
<th> ... </th>
.... </tr>
</thead>
<tbody>
<tr>
<td> ... </td>
.... </tr>
..... </tbody>
</table>
</div>
看得明白吧,最外层的DIV引用bootstrap定义把table包含起来,在table上定义不换行,要不然会出现滚动条
- 1 回答
- 0 关注
- 2850 浏览
添加回答
举报
0/150
提交
取消