[new feature] Picker: add loading prop (#619)

This commit is contained in:
neverland
2018-02-07 17:09:09 +08:00
committed by GitHub
parent 866aff9c45
commit e53f543639
10 changed files with 59 additions and 9 deletions
+2 -2
View File
@@ -84,7 +84,7 @@
color: $gray;
}
.van-loading__circular circle {
circle {
stroke: $gray;
}
}
@@ -103,7 +103,7 @@
color: #fff;
}
.van-loading__circular circle {
circle {
stroke: $white;
}
}