fix(message): fix massage appear without animation (#624)

This commit is contained in:
Ryan2128 2020-11-18 22:17:42 +08:00 committed by GitHub
parent a174187bd7
commit 80e3de348b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,8 +113,8 @@
}
}
.el-message-fade-enter,
.el-message-fade-leave-active {
.el-message-fade-enter-from,
.el-message-fade-leave-to {
opacity: 0;
transform: translate(-50%, -100%);
}