mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Button loading horizontal align (#645)
This commit is contained in:
parent
bfdf146f76
commit
c0f870ceb9
@ -16,7 +16,7 @@ const router = new VueRouter({
|
|||||||
|
|
||||||
router.beforeEach((route, redirect, next) => {
|
router.beforeEach((route, redirect, next) => {
|
||||||
if (isMobile) {
|
if (isMobile) {
|
||||||
location.replace('/zanui/vant/mobile' + location.hash);
|
location.replace('/zanui/vant/examples' + location.hash);
|
||||||
}
|
}
|
||||||
document.title = route.meta.title || document.title;
|
document.title = route.meta.title || document.title;
|
||||||
next();
|
next();
|
||||||
|
@ -69,6 +69,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&--loading {
|
&--loading {
|
||||||
|
.van-loading {
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
.van-button__text {
|
.van-button__text {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user