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

 white-space:nowrap 代表多个空格/回车不换行;

text-overflow:ellipsis 代表超出部分用...

 

相关文章: