vue项目text-overflow:ellipsis;在生产环境上不显示...的问题
摘要:
首先科普下文本溢出显示...的代码: 单行文本溢出:{overflow: hidden; text-overflow:ellipsis;white-space:nowrap;width:150px} 多行文本溢出:{overflow: hidden;text-overflow:ellipsis;di 阅读全文
posted @ 2018-08-22 16:07 栖木 阅读(2038) 评论(0) 推荐(0) 编辑