[bugfix] Button loading horizontal align (#645)

This commit is contained in:
neverland
2018-02-23 14:40:32 +08:00
committed by GitHub
parent bfdf146f76
commit c0f870ceb9
2 changed files with 5 additions and 1 deletions

View File

@@ -69,6 +69,10 @@
}
&--loading {
.van-loading {
margin: 0 auto;
}
.van-button__text {
display: none;
}