From 536ed1cd4eec3ea71d522f48096f655a92e4b144 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Thu, 2 Feb 2023 13:49:07 +0800 Subject: [PATCH] =?UTF-8?q?Next=E9=A1=B6=E9=83=A8=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ThemeSwitch.js | 2 +- themes/next/LayoutBase.js | 2 +- themes/next/components/TopNav.js | 4 ++-- themes/next/config_next.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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 (
{/* 导航栏 */} -