用法略去,只说关键字
?
CSS
/*列表页中td中显示的内容过长,从而进行截取*/
.hidden_control{
?overflow:hidden;?
?white-space:nowrap;
?text-overflow:ellipsis;
}
style="vertical-align:top;"