feat(VideoCard): improve not interested feature

This commit is contained in:
hakadao
2024-04-07 03:05:34 +08:00
parent a75657adc8
commit ba783ff076
13 changed files with 438 additions and 93 deletions

View File

@@ -29,4 +29,13 @@
}
.list-leave-to {
--at-apply: hidden
}
.modal-enter-active,
.modal-leave-active {
--at-apply: transition-all duration-500;
}
.modal-enter-from,
.modal-leave-to {
--at-apply: opacity-0 blur-14px scale-110;
}