修复: 修改不分页面布局问题;
This commit is contained in:
@@ -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{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user