[bugfix] Button: vertical align incorrect when loading (#858)

This commit is contained in:
neverland 2018-04-12 10:50:56 +08:00 committed by GitHub
parent 7d3b63eb15
commit ec47c8d0d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@
&--loading { &--loading {
.van-loading { .van-loading {
margin: 0 auto; display: inline-block;
} }
.van-button__text { .van-button__text {