diff --git a/src/views/home/content/Content.vue b/src/views/home/content/Content.vue index 2eea2d4..aca7e5f 100644 --- a/src/views/home/content/Content.vue +++ b/src/views/home/content/Content.vue @@ -144,7 +144,7 @@ onUpdated(() => { nextTick(() => { setTimeout(() => { layout() - }, 2400) + }, 2000) }) })