[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -16,7 +16,7 @@ const router = new VueRouter({
router.beforeEach((route, redirect, next) => {
if (isMobile) {
location.replace('/zanui/vant/mobile' + location.hash);
location.replace('/zanui/vant/examples' + location.hash);
}
document.title = route.meta.title || document.title;
next();

View File

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