Commit 3d0e1c4e authored by 许佳敏's avatar 许佳敏

Merge branch 'v2-featMenu' into 'v2'

fix: 修改优化导航导致的收缩问题 See merge request linkseeks-design/pro-admin!37 (cherry picked from commit b0350982a5a242f8cfbf1d24f120b3bd18d8f890) 3b827858 fix: 修改优化导航导致的收缩问题
parent 3ba1d67a
......@@ -102,7 +102,7 @@ const MenuSlider: React.FC<MenuSliderProps> = (props) => {
return <>
<OuterSider {...props} />
<Sider theme="light" className={styles.menu_sider} collapsed={props.collapseState}>
<Sider theme="light" className={styles.menu_sider} width={props.collapseState ? 0 : 200} collapsedWidth={props.collapseState ? 0 : 80} collapsed={props.collapseState}>
<Link to={`/`} className={styles.logo}>
<img src={menuIcon} />
</Link>
......
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