使用flex布局,如何把过多字体显示省略号

举例:css .text-hide{ border:1px solid red; display: flex; flex: 1; } .text-hide span{/**目标元素**/ text-overflow: ellipsis; overflow: hidden; white-space: nowrap; <div class="text-h
相关文章
相关标签/搜索