1、首先div要有宽度
2、设置div的样式为
.div{
width:宽度;
overflow:hidden; //超长部分不显示
text-overflow:ellipsis;//超长显示...
white-space: nowrap;//不折行显示
}
1、首先div要有宽度
2、设置div的样式为
.div{
width:宽度;
overflow:hidden; //超长部分不显示
text-overflow:ellipsis;//超长显示...
white-space: nowrap;//不折行显示
}