Unverified Commit 38ddefe2 authored by 也曾为你像超人's avatar 也曾为你像超人 Committed by Gitee

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

Signed-off-by: 's avatar也曾为你像超人 <1553592282@qq.com>
parent 641e550d
...@@ -18,10 +18,6 @@ ...@@ -18,10 +18,6 @@
transition: all .5s; transition: all .5s;
} }
.fade-transform-leave-active {
position: absolute;
}
.fade-transform-enter { .fade-transform-enter {
opacity: 0; opacity: 0;
transform: translateX(-30px); transform: translateX(-30px);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment