This commit is contained in:
syuilo 2021-10-16 19:30:31 +09:00
parent 0d306e9d41
commit 3f688a728b
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ export default defineComponent({
<style lang="scss" scoped>
.window-enter-active, .window-leave-active {
transition: opacity 0.3s, transform 0.3s !important;
transition: opacity 0.2s, transform 0.2s !important;
}
.window-enter-from, .window-leave-to {
pointer-events: none;