微信小程序 显示省略号
时间:2020-11-11 12:19:40
收藏:0
阅读:51
微信小程序一行多出显示省略号
text-overflow: ellipsis; white-space:nowrap; overflow: hidden;
两行多出显示省略号
text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; align-content: center;
原文:https://www.cnblogs.com/aomeng/p/13957909.html
评论(0)