css多行省略号

发布时间 2024-01-04 10:59:58作者: 年轻浅识

postcss-loader 默认编译的时候,会过滤 -webkit-box-orient: vertical;造成省略不生效。

line-height: 18px;
max-height: 40px;
font-size: 14px;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
/* autoprefixer: off */
-webkit-box-orient: vertical;
/* autoprefixer: on */