提交 4c0cbd84 编写于 作者: Y yiminghe

fix tabs anim

上级 6f70303e
...@@ -197,6 +197,7 @@ ...@@ -197,6 +197,7 @@
} }
&-slide-horizontal-backward-enter { &-slide-horizontal-backward-enter {
display: block !important;
transform: translateX(-100%); transform: translateX(-100%);
} }
...@@ -206,6 +207,7 @@ ...@@ -206,6 +207,7 @@
} }
&-slide-horizontal-backward-leave { &-slide-horizontal-backward-leave {
display: block !important;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
...@@ -220,6 +222,7 @@ ...@@ -220,6 +222,7 @@
} }
&-slide-horizontal-forward-enter { &-slide-horizontal-forward-enter {
display: block !important;
transform: translateX(100%); transform: translateX(100%);
} }
...@@ -229,6 +232,7 @@ ...@@ -229,6 +232,7 @@
} }
&-slide-horizontal-forward-leave { &-slide-horizontal-forward-leave {
display: block !important;
position: absolute; position: absolute;
transform: translateX(0); transform: translateX(0);
top: 0; top: 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册