mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-14 21:02:49 +00:00
no message
This commit is contained in:
parent
76918bf973
commit
e5146077eb
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user