mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-29 05:33:14 +08:00
feat: 调整侧栏动画效果
This commit is contained in:
parent
532cb60292
commit
31b178ae5b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user