mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
fix(message): fix massage appear without animation (#624)
This commit is contained in:
parent
a174187bd7
commit
80e3de348b
@ -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%);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user