1、文字超出用省略号...鼠标悬停显示全部文字
<div style="font-size: 12px; margin-top: 30px; padding: 10px 20px; overflow: hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4; height: 64px;" :title="item.brandVo.desc" > {{ item.brandVo.desc }} </div>
标签:box,webkit,brandVo,overflow,CSS,desc From: https://www.cnblogs.com/z360519549/p/17867522.html