摘要: 第一种:css width: 120px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; 第二种:vue过滤器 1、定义ellipsis过滤器 filters: { ellipsis(value) { if (valu 阅读全文
posted @ 2020-09-18 15:52 吴小明- 阅读(745) 评论(0) 推荐(0)