小程序-webkit-box-orient丢失
2020-05-11 本文已影响0人
zhanxw
解决方法
1.hidden{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
/* autoprefixer: ignore next */
-webkit-box-orient: vertical;
}
2.行内样式添加-webkit-box-orient: vertical;