From 2ead477997c2e0ba02ca2d6059a0dfe9c2fbaf0e Mon Sep 17 00:00:00 2001 From: xy <10816187@qq.com> Date: Sat, 1 Aug 2026 17:11:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4back=20top=20position?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BackTop.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/BackTop.astro b/src/components/BackTop.astro index 109a826..d3b47db 100644 --- a/src/components/BackTop.astro +++ b/src/components/BackTop.astro @@ -63,8 +63,8 @@ import backTopIcon from "@/assets/icon/back-top.svg?url"; @media (max-width: 768px) { .back-top { - right: 24px; - bottom: 48px; + right: 48px; + bottom:100px; } }