diff --git a/dashboard/src/Index.vue b/dashboard/src/Index.vue index a80e96b8a..0a7ac393c 100644 --- a/dashboard/src/Index.vue +++ b/dashboard/src/Index.vue @@ -239,28 +239,30 @@ onMounted(async () => {
-
- - - - - - - - - - - - - - - - - - - - - +
+ + + + + + + + + + + + + + + + + + + + + + +
@@ -358,4 +360,19 @@ onMounted(async () => { max-height: 0; } +.slide-fade-enter-active { + transition: all 0.1s ease-out; +} + +.slide-fade-leave-active { + transition: all 0.1s ease-out; +} + +.slide-fade-enter-from, +.slide-fade-leave-to { + transform: translateX(20px); + opacity: 0; +} + + diff --git a/dashboard/src/components/AppArchive.vue b/dashboard/src/components/AppArchive.vue index 4c47f75f4..3d6db2744 100644 --- a/dashboard/src/components/AppArchive.vue +++ b/dashboard/src/components/AppArchive.vue @@ -240,49 +240,49 @@ onMounted(async () => {