只显示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 自动修复了