diff --git a/src/components/LayoutPortal.tsx b/src/components/LayoutPortal.tsx index e713c8a..052eae4 100644 --- a/src/components/LayoutPortal.tsx +++ b/src/components/LayoutPortal.tsx @@ -23,7 +23,7 @@ import '@styles/layout.less' const { Content, Sider } = Layout -export type LayoutPortalProps = LayoutProps & { +export type LayoutPortalProps = Omit & { title?: ReactNode sheet?: boolean showSelector?: boolean @@ -68,7 +68,7 @@ const _LayoutPortal = memo(() => { return ( {(sider || siderProps) && ( - +