1. 程式人生 > >bootstrap table自動換行

bootstrap table自動換行

怎樣讓HTML 表格中內容自動換行??

style="word-break:break-all; word-wrap:break-all;"
1
<div class="span12">
    <table class="table table-condensed" style="word-break:break-all; word-wrap:break-all;">
    <thead>
        <tr>
        <tr>
            <th class="span1">事件id</th>
            <th class="span1">ip地址</th>
            <th class="span5">內容</th>
            <th class="span1">次數</th>
            <th class="span2">time</th> 
        </tr>
        </tr>
</div>
------- 
作者:pyphrb 
來源:CSDN 
原文:https://blog.csdn.net/pyphrb/article/details/48652437 
版權宣告:本文為博主原創文章,轉載請附上博文連結!