.class{
width:300px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
文字过长显示省略号
最新推荐文章于 2024-02-02 11:44:31 发布
.class{
width:300px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}