mirror of
https://github.com/yangzongzhuan/RuoYi-Cloud.git
synced 2025-09-07 05:27:46 +00:00
优化页面内嵌iframe切换tab不刷新数据
This commit is contained in:
@@ -12,11 +12,16 @@
|
||||
}
|
||||
|
||||
/* fade-transform */
|
||||
.fade-transform--move,
|
||||
.fade-transform-leave-active,
|
||||
.fade-transform-enter-active {
|
||||
transition: all .5s;
|
||||
}
|
||||
|
||||
.fade-transform-leave-active {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.fade-transform-enter {
|
||||
opacity: 0;
|
||||
transform: translateX(-30px);
|
||||
|
Reference in New Issue
Block a user