Open hastings0714 opened 9 months ago
遇到了相同的问题 https://github.com/ant-design/pro-components/blob/master/packages/layout/src/ProLayout.tsx 里面没有 colorBgMenuItemCollapsedElevated 的引用,去年1月份之前在sidermenu里头还有 https://github.com/ant-design/pro-components/blob/6aa0d2ceb77dc55aad17babd447716eb3db94652/packages/layout/src/components/SiderMenu/SiderMenu.tsx
I have the same problem.
这玩意支持渐变(linear-gradient)吗
一样的问题
用overrides.less覆盖吧
.ant-menu-submenu-popup.ant-menu-submenu {
background: rgb(39,47,68);
.ant-menu {
background: transparent;
}
}
I have the same problem
🐛 bug 描述
混合模式下更改侧边栏背景色,当侧边栏收起后,鼠标滑过的浮层2级菜单背景色没有更改成功,仍然是白色。
colorBgMenuItemCollapsedElevated
配置没有生效。📷 复现步骤
sider配置
🏞 期望结果
💻 复现代码
© 版本信息
🚑 其他信息