From 8d214bdb71e11d1c8ffb238d00d95c7ed372ce36 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Tue, 4 Nov 2025 10:59:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=AE=E9=A1=B6=E6=8C=89=E9=92=AE=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/ScrollToTop.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/ScrollToTop.vue b/app/components/ScrollToTop.vue index 9c6a397..6e18c2c 100644 --- a/app/components/ScrollToTop.vue +++ b/app/components/ScrollToTop.vue @@ -51,6 +51,6 @@ onUnmounted(() => { .fade-slide-enter-from, .fade-slide-leave-to { opacity: 0; - transform: translateY(10px); + transform: translateY(100px); } \ No newline at end of file