From 2142dbd509914fa6dac5d4b207729e444d8cfaec Mon Sep 17 00:00:00 2001 From: Blackberry009 <765042894@qq.com> Date: Wed, 18 Jun 2025 11:24:58 +0800 Subject: [PATCH] cancel slottop --- themes/typography/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/typography/index.js b/themes/typography/index.js index 45f80f14..bd9f3b48 100644 --- a/themes/typography/index.js +++ b/themes/typography/index.js @@ -58,7 +58,7 @@ export const useSimpleGlobal = () => useContext(ThemeGlobalSimple) * @returns */ const LayoutBase = props => { - const { children, slotTop } = props + const { children } = props const { onLoading, fullWidth } = useGlobal() // const onLoading = true const searchModal = useRef(null) @@ -96,7 +96,6 @@ const LayoutBase = props => { ) : ( <> - {slotTop} {children} )}