first
This commit is contained in:
15
node_modules/vant/es/style/mixins/ellipsis.less
generated
vendored
Normal file
15
node_modules/vant/es/style/mixins/ellipsis.less
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
.multi-ellipsis(@lines) {
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user