diff --git a/components/ThemeSwitch.js b/components/ThemeSwitch.js index 756284b2..5d2deff4 100644 --- a/components/ThemeSwitch.js +++ b/components/ThemeSwitch.js @@ -15,7 +15,7 @@ export function ThemeSwitch() { return (<> -
+
{/*
{theme}
*/} diff --git a/themes/next/LayoutBase.js b/themes/next/LayoutBase.js index df61c0e1..db2edcc6 100644 --- a/themes/next/LayoutBase.js +++ b/themes/next/LayoutBase.js @@ -79,7 +79,7 @@ const LayoutBase = (props) => {
{/* 左侧栏样式 */} -
+
{onLoading ? : <> {children} }
{/* 右侧栏样式 */} diff --git a/themes/next/components/TopNav.js b/themes/next/components/TopNav.js index 148f89ca..781b844f 100644 --- a/themes/next/components/TopNav.js +++ b/themes/next/components/TopNav.js @@ -90,11 +90,11 @@ const TopNav = (props) => { ) } - return (
+ return (
{/* 导航栏 */} -