摘要: 做vue项目的时候,向template模板添加元素的时候报错 Component template should contain exactly one root element. If you are using v-if on multiple elements, use v-else-if t 阅读全文
posted @ 2019-10-27 16:55 leahtao 阅读(531) 评论(0) 推荐(0) 编辑
摘要: 文本溢出省略号显示,要实现这个必须 要有四个条件: 1.须有容器宽度:width:value 2.强制文本在一行内显示:white-space:nowrap; 3.溢出内容隐藏:overflow:hidden; 4.溢出文本显示“...”:text-overflow:ellipsis; 阅读全文
posted @ 2019-10-27 16:13 leahtao 阅读(859) 评论(0) 推荐(0) 编辑