fix: menu side bar scroll with main content area
This commit is contained in:
@@ -58,7 +58,7 @@ const LayoutWrapper: React.FC = () => {
|
||||
showInput={isHome || isList}
|
||||
/>
|
||||
{/* 下方为主布局:左侧菜单 + 右侧内容 */}
|
||||
<Layout ref={layoutShellRef as any}>
|
||||
<Layout ref={layoutShellRef as any} className="layout-shell">
|
||||
<SiderMenu
|
||||
onNavigate={handleNavigate}
|
||||
selectedKey={selectedKey}
|
||||
|
||||
Reference in New Issue
Block a user