feat: 调整侧栏动画效果

This commit is contained in:
ZiuChen 2022-08-15 17:33:04 +08:00
parent 532cb60292
commit 31b178ae5b

View File

@ -36,9 +36,8 @@ const onOverlayClick = () => emit('onOverlayClick')
@import '../style';
.fade-enter-active,
.fade-leave-active {
transition: opacity 0.5s ease;
transition: opacity 0.15s ease;
}
.fade-enter-from,
.fade-leave-to {
opacity: 0;