css中设置table中的td内容自动换行
2020-02-19 本文已影响0人
心许君兮君不知
对table设置id获取class属性
<table id="tables" class="table table-hover">
</table>
#tables{
table-layout:fixed;
word-wrap:break-word
}
对table设置id获取class属性
<table id="tables" class="table table-hover">
</table>
#tables{
table-layout:fixed;
word-wrap:break-word
}