mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 16:44:21 +00:00
fix(Button): loading color (#4868)
This commit is contained in:
@@ -112,6 +112,7 @@
|
||||
|
||||
&__loading {
|
||||
display: inline-block;
|
||||
color: inherit;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
@@ -123,7 +124,7 @@
|
||||
line-height: @button-mini-line-height;
|
||||
|
||||
& + .van-button--mini {
|
||||
margin-left: 5px;
|
||||
margin-left: @padding-base;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user