p{ width:100px; min-width:100%; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
width需要配合min-width使用
给p标签做单行省略 设置宽度的问题
原文:https://www.cnblogs.com/rain92/p/11759304.html