怎样让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
来源:优快云
原文:https://blog.youkuaiyun.com/pyphrb/article/details/48652437
版权声明:本文为博主原创文章,转载请附上博文链接!