文字过长截取内容后面出现省略号样式
文字过长截取内容后面出现省略号
在css样式中要定义它的宽度
width: 55%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
在css样式中要定义它的宽度
width: 55%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;