标签:
.format{ min-width:100px; max-width:200px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
首先需要设置表头宽度,然后在需要的内容过长用省略号表示的td上加上class="word"即可,好像是要加到td上,不能加到th上,具体可以试下
当table中的td内容过多,显示不完全,用省略号表示。
原文地址:http://www.cnblogs.com/qq931399960/p/4584869.html