Browse Source

修复页面切换时布局错乱的问题(I6LR1D)

RuoYi 2 years ago
parent
commit
16c38acb10
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/assets/styles/transition.scss

+ 0 - 4
src/assets/styles/transition.scss

@@ -18,10 +18,6 @@
   transition: all .5s;
 }
 
-.fade-transform-leave-active {
-  position: absolute;
-}
-
 .fade-transform-enter {
   opacity: 0;
   transform: translateX(-30px);