常见的css样式分为换行与不换行两种需求
1、不换行显示省略号
text-overflow:ellipsis;
2、换行自适应
word-break: break-all;
word-wrap: break-word;
height: auto; //自适应高度
css中换行与不换行的样式
原文地址:https://www.cnblogs.com/laoniaofly/p/9280556.html
常见的css样式分为换行与不换行两种需求
1、不换行显示省略号
text-overflow:ellipsis;
2、换行自适应
word-break: break-all;
word-wrap: break-word;
height: auto; //自适应高度
css中换行与不换行的样式
原文地址:https://www.cnblogs.com/laoniaofly/p/9280556.html