div展示文字超过固定宽度用省略号...表示

 

.p-overflow {
  width: 260px;            //固定宽度    
  overflow: hidden;       //超过隐藏
  text-overflow: ellipsis;//省略号
  white-space: nowrap; //不换行
}

 

posted @ 2021-08-31 10:47  Fourteen  阅读(198)  评论(0编辑  收藏  举报