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

fix tabs anim

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