Loading

摘要: table{ table-layout:fixed;/* 只有定义了表格的布局算法为fixed,下面td的定义才能起作用。 */ } td{ width:100%; word-break:keep-all;/* 不换行 */ white-space:nowrap;/* 不换行 */ overflow 阅读全文
posted @ 2018-05-23 19:29 Convict 阅读(1663) 评论(0) 推荐(0) 编辑