feat(Picker): add @picker-loading-icon-color var (#4787)
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user