css 样式合集

td换行:

style="word-wrap:break-word;word-break:break-all;"

超长省略号:

table { table-layout: fixed;} //必须,表格宽度不随文字增多而变长。

td { white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

posted @ 2017-03-22 16:54  idea偶买噶  阅读(96)  评论(0编辑  收藏  举报