fix(projects): 修复页面缓存
This commit is contained in:
@ -1,9 +0,0 @@
|
||||
/* opacity透明过度 */
|
||||
.transition-opacity-enter-active,
|
||||
.transition-opacity-enter-active {
|
||||
transition: opacity 0.4s ease-out;
|
||||
}
|
||||
.transition-opacity-enter-from,
|
||||
.transition-opacity-leave-to {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user