码迷,mamicode.com
首页 > 其他好文 > 详细

bootstrap table 怎么自适应宽度

时间:2017-12-20 13:39:44      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:class   ons   nowrap   适应   tag   str   使用   attr   boot   

<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 怎么自适应宽度

标签:class   ons   nowrap   适应   tag   str   使用   attr   boot   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!