作者/来源:yixinu.com
栏目:运维/编程
日期:2017-04-24 11:43:02
使用css样式让多余字符加省略符号
overflow: hidden;
text-overflow: ellipsis;
max-width: 78%;使用css样式让多余字符加省略符号
overflow: hidden;
text-overflow: ellipsis;
max-width: 78%;