feat(Style): add multi-line ellipsis classes (#4690)

This commit is contained in:
neverland
2019-10-11 14:48:02 +08:00
committed by GitHub
parent a47122ce19
commit 79322ea892
7 changed files with 44 additions and 15 deletions
-3
View File
@@ -1,5 +1,4 @@
@import '../style/var';
@import '../style/mixins/ellipsis';
.van-card {
position: relative;
@@ -47,8 +46,6 @@
max-height: 32px;
font-weight: @font-weight-bold;
line-height: @card-title-line-height;
.multi-ellipsis(2);
}
&__desc {