mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(message): fix massage appear without animation (#624)
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user