fix 修复 个人中心tab栏关闭页面内容压缩问题

This commit is contained in:
疯狂的狮子Li
2023-06-06 14:23:35 +08:00
parent f4b40f67fc
commit 9fafce6412

View File

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