1. 程式人生 > >bootstrap表格內容過長時用省略號表示

bootstrap表格內容過長時用省略號表示

bootstrap ellipsis的使用

        當表格的內容過多的時候,需要把過長的內容用省略號代替;只要table加上style樣式,td的style加上樣式。

<TABLE  style="table-layout:fixed" class="table table-condensed table-bordered table-hover table-striped">
<td style="overflow:hidden;white-space:nowrap;text-overflow:ellipsis;">2223333333333333333333333</td>


最終效果如下圖所示: