mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-17 14:42:51 +00:00
no message
This commit is contained in:
parent
76918bf973
commit
e5146077eb
@ -179,12 +179,14 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-hidden {
|
&-hidden {
|
||||||
animation: fade-hide 0s forwards;
|
pointer-events: none;
|
||||||
|
animation: fade-hide-zindex 0s forwards;
|
||||||
animation-delay: 300ms;
|
animation-delay: 300ms;
|
||||||
|
|
||||||
@keyframes fade-hide {
|
@keyframes fade-hide-zindex {
|
||||||
to {
|
to {
|
||||||
display: none;
|
visibility: hidden;
|
||||||
|
z-index: -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user