首页 > 其他 > 详细

bootstrap table 怎么自适应宽度

时间:2017-12-20 11:11:59      阅读:531      评论:0      收藏:0      [点我收藏+]
<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">。表格里面的theadtbody不能省略,否则Bootstrap表格样式不会被使用。

bootstrap table 怎么自适应宽度

原文:http://www.cnblogs.com/kuangxin/p/8072224.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!