From fb32c91170c426f1efc0b4b02c94cdeb4e04f1f3 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Thu, 17 Mar 2022 13:32:05 +0800 Subject: [PATCH] =?UTF-8?q?hexo=EF=BC=9A=E5=8A=A8=E7=94=BB=E6=97=B6?= =?UTF-8?q?=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hexo/LayoutBase.js | 2 +- themes/hexo/components/MenuList.js | 2 +- themes/hexo/components/TopNav.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/hexo/LayoutBase.js b/themes/hexo/LayoutBase.js index d3878f7a..8f2a2e54 100644 --- a/themes/hexo/LayoutBase.js +++ b/themes/hexo/LayoutBase.js @@ -56,7 +56,7 @@ const LayoutBase = (props) => { {/* 右下角悬浮 */}
-
+
{floatSlot} diff --git a/themes/hexo/components/MenuList.js b/themes/hexo/components/MenuList.js index 10439eb3..d2c4d056 100644 --- a/themes/hexo/components/MenuList.js +++ b/themes/hexo/components/MenuList.js @@ -26,7 +26,7 @@ const MenuList = (props) => { if (link && link.show) { const selected = (router.pathname === link.to) || (router.asPath === link.to) return -
diff --git a/themes/hexo/components/TopNav.js b/themes/hexo/components/TopNav.js index a62c927c..9c5383d0 100644 --- a/themes/hexo/components/TopNav.js +++ b/themes/hexo/components/TopNav.js @@ -91,7 +91,7 @@ const TopNav = (props) => { {/* 导航栏 */} -