bootstrap table 怎么自适应宽度
1个回答
展开全部
<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上定义不换行,要不然会出现滚动条
<table class="table text-nowrap">
<thead>
<tr>
<th> ... </th>
.... </tr>
</thead>
<tbody>
<tr>
<td> ... </td>
.... </tr>
..... </tbody>
</table>
</div>
看得明白吧,最外层的DIV引用bootstrap定义把table包含起来,在table上定义不换行,要不然会出现滚动条
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询