From 063bf44dce6e584e7c2b2de1ca070ea0f8dd672d Mon Sep 17 00:00:00 2001 From: luckyasme <807254037@qq.com> Date: Thu, 22 May 2025 19:54:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/.vitepress/src/components/doc/DocFooter.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app/.vitepress/src/components/doc/DocFooter.vue b/app/.vitepress/src/components/doc/DocFooter.vue index ca3776c41..3ca50f9ae 100644 --- a/app/.vitepress/src/components/doc/DocFooter.vue +++ b/app/.vitepress/src/components/doc/DocFooter.vue @@ -76,6 +76,20 @@ const { t } = useLocale(); display: none; } + @include respond-to('<=laptop') { + padding: 0 24px; + } + + @media screen and (max-width: 1600px) { + font-size: 12px; + line-height: 18px; + } + + @media screen and (max-width: 1300px) { + font-size: 10px; + line-height: 18px; + } + .footer-left { display: flex; flex-direction: column; -- Gitee