From 468ddbee164610c44e282af445d5f58a760ab3db Mon Sep 17 00:00:00 2001 From: Frost-ZX Date: Wed, 8 Oct 2025 19:02:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E9=94=9A=E7=82=B9=E5=85=83=E7=B4=A0=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/theme/style/custom.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/.vitepress/theme/style/custom.less b/docs/.vitepress/theme/style/custom.less index 11077f2..411d5fd 100644 --- a/docs/.vitepress/theme/style/custom.less +++ b/docs/.vitepress/theme/style/custom.less @@ -16,4 +16,8 @@ .vp-doc h2 { padding-top: 0; border-top: none; + + .header-anchor { + top: 0; + } }