This commit is contained in:
parent
b3d8134c7a
commit
fdb745b4a8
|
@ -89,7 +89,7 @@ onMounted(() => {
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.popup-enter-active, .popup-leave-active {
|
||||
transition: opacity 0.3s, transform 0.3s !important;
|
||||
transition: opacity 0.15s, transform 0.15s !important;
|
||||
}
|
||||
.popup-enter-from, .popup-leave-to {
|
||||
opacity: 0;
|
||||
|
|
Loading…
Reference in New Issue