修复: 修改不分页面布局问题;

This commit is contained in:
iczer
2020-06-19 17:43:11 +08:00
parent 2e9ebf7b1d
commit 5bbe94728e
12 changed files with 34 additions and 37 deletions

View File

@@ -75,13 +75,13 @@
<style lang="less">
.page-toggle-enter-active{
position: absolute !important;
animation-duration: 0.6s !important;
width: calc(100%);
animation-duration: 0.8s !important;
width: calc(100%) !important;
}
.page-toggle-leave-active{
position: absolute !important;
animation-duration: 0.6s !important;
width: calc(100%);
animation-duration: 0.8s !important;
width: calc(100%) !important;
}
.page-toggle-enter{
}