table中td内容不换行不撑破的方法
2017-12-14 本文已影响0人
Lawrence__
td{
white-space:nowrap;
overflow:hidden;
word-break:keep-all;
}
table{
table-layout:fixed;
}
td{
white-space:nowrap;
overflow:hidden;
word-break:keep-all;
}
table{
table-layout:fixed;
}