CSS 文字超过 2 行后,用省略号显示
开头和结尾两行注释都要加
/*! autoprefixer: ignore next */
-webkit-box-orient: vertical; // 避免压缩后删除此行
-webkit-line-clamp: 2; // 显示省略号行数
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
/*! autoprefixer: ignore next */
CSS 文字超过 2 行后,用省略号显示
开头和结尾两行注释都要加
/*! autoprefixer: ignore next */
-webkit-box-orient: vertical; // 避免压缩后删除此行
-webkit-line-clamp: 2; // 显示省略号行数
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
/*! autoprefixer: ignore next */