feat(Picker): add @picker-loading-icon-color var (#4787)

This commit is contained in:
neverland
2019-10-19 21:25:30 +08:00
committed by GitHub
parent 9945d93bde
commit 4c2cf8e2cb
6 changed files with 9 additions and 10 deletions
+2 -2
View File
@@ -48,10 +48,10 @@
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(255, 255, 255, .9);
color: @picker-loading-icon-color;
background-color: @picker-loading-mask-color;
}
&__loading .van-loading,
&__frame {
position: absolute;
top: 50%;