This commit is contained in:
syuilo 2023-02-12 14:31:00 +09:00
parent b3d8134c7a
commit fdb745b4a8

View file

@ -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;