UNPKG

@antmjs/vantui

Version:

一套适用于Taro3及React的vantui组件库

17 lines (14 loc) 342 B
.multi-ellipsis(@lines) { /* stylelint-disable-next-line value-no-vendor-prefix */ display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: @lines; /* autoprefixer: ignore next */ -webkit-box-orient: vertical; } .ellipsis() { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }