1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

[bugfix] Button loading horizontal align ()

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
docs/src
packages/vant-css/src

@ -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();

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