只显示4行,最后一行省略号遇到的坑


.readTextarea {
        height: 5.25rem !important;
        line-height: 1.35rem !important;
        padding-right: 1rem;
        overflow: hidden;
        -webkit-line-clamp: 4;
        display: -webkit-box;
        text-overflow: ellipsis;
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
    }

 

-webkit-box-orient:vertical 样式无效
经检查后发现,是autoprefixer 自动修复了

posted @ 2020-09-10 11:05  一路向北√  阅读(182)  评论(0编辑  收藏  举报

web应用开发&研究 -

业精于勤而荒于嬉。

工作,使我快乐。


Font Awesome | Respond.js | Bootstrap中文网