修复: 解决部分页面切换动画抖动问题;
This commit is contained in:
@@ -76,12 +76,12 @@
|
||||
.page-toggle-enter-active{
|
||||
position: absolute !important;
|
||||
animation-duration: 0.6s !important;
|
||||
width: calc(100% - 48px);
|
||||
width: calc(100%);
|
||||
}
|
||||
.page-toggle-leave-active{
|
||||
position: absolute !important;
|
||||
animation-duration: 0.6s !important;
|
||||
width: calc(100% - 48px);
|
||||
width: calc(100%);
|
||||
}
|
||||
.page-toggle-enter{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user