From 9e735fd8f233c5e7bc0b4ccbc1358e01d77d4466 Mon Sep 17 00:00:00 2001 From: GeoDaoyu Date: Thu, 12 Feb 2026 22:04:34 +0800 Subject: [PATCH] fix: archor top --- docs/.vitepress/theme/style.css | 4 ++++ docs/en-us/public/style.css | 4 ++++ docs/ja-jp/public/style.css | 4 ++++ docs/public/style.css | 4 ++++ docs/zh-cn/public/style.css | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css index 4ef78cc..f901d12 100644 --- a/docs/.vitepress/theme/style.css +++ b/docs/.vitepress/theme/style.css @@ -77,6 +77,10 @@ border-top: 0 !important; } +.vp-doc h2 .header-anchor { + top: 10px !important; +} + .vp-doc :where(h3) { margin: 18px 0 8px; } diff --git a/docs/en-us/public/style.css b/docs/en-us/public/style.css index 193b5c6..de88b91 100644 --- a/docs/en-us/public/style.css +++ b/docs/en-us/public/style.css @@ -63,6 +63,10 @@ border-top: 0 !important; } +.vp-doc h2 .header-anchor { + top: 10px !important; +} + .vp-doc :where(h3) { margin: 18px 0 8px; } diff --git a/docs/ja-jp/public/style.css b/docs/ja-jp/public/style.css index 193b5c6..de88b91 100644 --- a/docs/ja-jp/public/style.css +++ b/docs/ja-jp/public/style.css @@ -63,6 +63,10 @@ border-top: 0 !important; } +.vp-doc h2 .header-anchor { + top: 10px !important; +} + .vp-doc :where(h3) { margin: 18px 0 8px; } diff --git a/docs/public/style.css b/docs/public/style.css index 193b5c6..de88b91 100644 --- a/docs/public/style.css +++ b/docs/public/style.css @@ -63,6 +63,10 @@ border-top: 0 !important; } +.vp-doc h2 .header-anchor { + top: 10px !important; +} + .vp-doc :where(h3) { margin: 18px 0 8px; } diff --git a/docs/zh-cn/public/style.css b/docs/zh-cn/public/style.css index 193b5c6..de88b91 100644 --- a/docs/zh-cn/public/style.css +++ b/docs/zh-cn/public/style.css @@ -63,6 +63,10 @@ border-top: 0 !important; } +.vp-doc h2 .header-anchor { + top: 10px !important; +} + .vp-doc :where(h3) { margin: 18px 0 8px; }