From 40ca0bdf8d1336efa9f6d92c40f24129cbc48c3f Mon Sep 17 00:00:00 2001 From: Lei OT Date: Fri, 27 Jun 2025 11:16:52 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SecondHeaderWrapper.jsx | 6 +++--- src/views/App.jsx | 4 ++-- src/views/products/Detail.jsx | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/SecondHeaderWrapper.jsx b/src/components/SecondHeaderWrapper.jsx index 9a13d91..196ec92 100644 --- a/src/components/SecondHeaderWrapper.jsx +++ b/src/components/SecondHeaderWrapper.jsx @@ -10,8 +10,8 @@ const HeaderWrapper = ({ children, header, loading, backTo, ...props }) => { } = theme.useToken(); return ( <> - - + +
{/* {header} */} @@ -20,7 +20,7 @@ const HeaderWrapper = ({ children, header, loading, backTo, ...props }) => {
- + {children || }
diff --git a/src/views/App.jsx b/src/views/App.jsx index d176c1d..a2710fd 100644 --- a/src/views/App.jsx +++ b/src/views/App.jsx @@ -98,7 +98,7 @@ function App() { {contextHolder} - +
@@ -159,7 +159,7 @@ function App() {
- + {needToLogin ? <>login... : }
China Highlights International Travel Service Co., LTD, Version: {BUILD_VERSION}
diff --git a/src/views/products/Detail.jsx b/src/views/products/Detail.jsx index d9ea10d..6ff6a2c 100644 --- a/src/views/products/Detail.jsx +++ b/src/views/products/Detail.jsx @@ -43,11 +43,11 @@ function Detail() { backTo={false} header={
setAddProductVisible(true)} />}> <> - + {/* onNodeSelect={handleNodeSelect} */} - + -
+