From 5f7c75511f75285a4f3aa30fe9ad8906c89bd338 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Fri, 6 May 2022 15:39:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=8B=E6=8B=89=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=B8=80=E7=BA=A7=E8=8F=9C=E5=8D=95=EF=BC=8C=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=A1=86=E4=B8=8B=E6=B2=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../theme/components/AlgoliaSearchBox.vue | 4 +-- docs/.vuepress/theme/components/Navbar.vue | 36 +++++++++++++++---- docs/.vuepress/theme/config/navbar.js | 1 + docs/.vuepress/theme/styles/navbar.styl | 15 ++++++++ 4 files changed, 48 insertions(+), 8 deletions(-) diff --git a/docs/.vuepress/theme/components/AlgoliaSearchBox.vue b/docs/.vuepress/theme/components/AlgoliaSearchBox.vue index 5c6fe6a10..bdc280a76 100644 --- a/docs/.vuepress/theme/components/AlgoliaSearchBox.vue +++ b/docs/.vuepress/theme/components/AlgoliaSearchBox.vue @@ -61,11 +61,11 @@ flex-direction column justify-content center #docsearch span - @media (min-width: $MQMobile) + @media (min-width: 1200px) & display flex - @media (max-width: $MQMobile) + @media (max-width: 1200px) :root --docsearch-spacing 10px --docsearch-footer-height 40px diff --git a/docs/.vuepress/theme/components/Navbar.vue b/docs/.vuepress/theme/components/Navbar.vue index cb836d610..d392ea1a0 100644 --- a/docs/.vuepress/theme/components/Navbar.vue +++ b/docs/.vuepress/theme/components/Navbar.vue @@ -30,9 +30,7 @@