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) => { {/* 导航栏 */} -