Commit eb16f661 by maolipeng

fix:左侧菜单悬浮展开

parent 82ad4c80
...@@ -133,7 +133,7 @@ function Aside(props: any) { ...@@ -133,7 +133,7 @@ function Aside(props: any) {
<Menu <Menu
style={{ minHeight: "100%", background: '#0E1935' }} style={{ minHeight: "100%", background: '#0E1935' }}
selectedKeys={selectKey} selectedKeys={selectKey}
openKeys={openKeys} // openKeys={openKeys}
onOpenChange={onOpenChange} onOpenChange={onOpenChange}
inlineCollapsed={collapsed} inlineCollapsed={collapsed}
mode={menuType ? "inline" : "vertical"} mode={menuType ? "inline" : "vertical"}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment