no message

This commit is contained in:
kuaifan 2025-05-27 09:18:34 +08:00
parent 76918bf973
commit e5146077eb

View File

@ -179,12 +179,14 @@ export default {
}
&-hidden {
animation: fade-hide 0s forwards;
pointer-events: none;
animation: fade-hide-zindex 0s forwards;
animation-delay: 300ms;
@keyframes fade-hide {
@keyframes fade-hide-zindex {
to {
display: none;
visibility: hidden;
z-index: -1;
}
}
}