溢出 省略號 ...

 

1.單行  css 裏面: 

overflow:hidden;css

text-overflow:ellipsis;web

white-space:nowrap;spa

 

2.elementUI  table 中省略:

show-overflow-tooltipip

 

3.多行css裏面:

display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;element

 

4.多行 p 裏面:

p{it

position: relative; line-height: 20px; max-height: 40px;overflow: hidden;io

}table

p::after{webkit

  content: "..."; position: absolute; bottom: 0; right: 0; padding-left: 40px; lamp

background: -webkit-linear-gradient(left, transparent, #fff 55%); 

background: -o-linear-gradient(right, transparent, #fff 55%); 

background: -moz-linear-gradient(right, transparent, #fff 55%); 

background: linear-gradient(to right, transparent, #fff 55%);

}

相關文章
相關標籤/搜索