给p标签做单行省略 设置宽度的问题



p{ width:100px; min-width:100%; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }

  width需要配合min-width使用

posted @ 2019-10-29 16:02  rain92  阅读(829)  评论(0)    收藏  举报