Skip to content

Commit 12a340f

Browse files
committed
【fix】 水球类名更改; review by luoxiao
1 parent 98f63e4 commit 12a340f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/component/components_basic_vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
.sm-progress-wrap {
3838
height: 100px;
3939
}
40-
.sm-progress-wrap, .sm-component-liquidFill {
40+
.sm-progress-wrap, .sm-component-liquidfill {
4141
width: 110px;
4242
height: 110px;
4343
display: inline-block;

examples/component/components_demo_vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
padding-top: 2.78vh;
424424
}
425425

426-
.control-wrap .control-title .sm-component-liquidFill {
426+
.control-wrap .control-title .sm-component-liquidfill {
427427
height: 13.89vh;
428428
}
429429

examples/component/components_theme_vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
height: 110px;
5757
}
5858
.sm-progress-wrap,
59-
.sm-component-liquidFill {
59+
.sm-component-liquidfill {
6060
width: 110px;
6161
height: 110px;
6262
display: inline-block;

0 commit comments

Comments
 (0)