当前位置:Gxlcms > html代码 > css实现table表格中td超出文字省略掉_html/css_WEB-ITnose

css实现table表格中td超出文字省略掉_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:56人阅读

首先设置表格的样式table-layout:fixed

再设置表格的宽度(这步必须)

最后再设置td样式的三个必要属性

text-overflow: ellipsis; white-space: nowrap; overflow: hidden;

人气教程排行