美文网首页
小程序-webkit-box-orient丢失

小程序-webkit-box-orient丢失

作者: zhanxw | 来源:发表于2020-05-11 11:57 被阅读0次

解决方法

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;

相关文章

网友评论

      本文标题:小程序-webkit-box-orient丢失

      本文链接:https://www.haomeiwen.com/subject/yyxunhtx.html