Skip to content

Commit 3447875

Browse files
CCCC
CC
authored and
CC
committed
modified
1 parent 2692ed7 commit 3447875

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/styles/style.scss

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
.van-ellipsis {
1+
.vant-ellipsis {
22
overflow: hidden;
33
white-space: nowrap;
44
text-overflow: ellipsis;
55
}
66

7-
.van-multi-ellipsis {
7+
.vant-multi-ellipsis {
88
display: -webkit-box;
99
overflow: hidden;
1010
text-overflow: ellipsis;
@@ -19,7 +19,7 @@
1919
}
2020
}
2121

22-
.van-hairline {
22+
.vant-hairline {
2323
border: 0 solid #ebedf0;
2424

2525
&--top {
@@ -43,12 +43,12 @@
4343
}
4444
}
4545

46-
.van-fade {
46+
.vant-fade {
4747
visibility: visible;
4848
transition: all 0.3s ease-out;
4949
}
5050

51-
.van-slide {
51+
.vant-slide {
5252
visibility: visible;
5353
transition: all 0.3s ease-out;
5454

0 commit comments

Comments
 (0)