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



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

  width需要配合min-width使用

猜你喜欢

转载自www.cnblogs.com/rain92/p/11759304.html