标签:
.word{ min-width:100px; max-width:200px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
首先设置表头每列宽度,然后在需要过长用省略号表示的列的td上面加class="word",注意这个样式加到表头th上可能不会起作用
td内容过长,省略号表示
原文地址:http://www.cnblogs.com/qq931399960/p/4581714.html