We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
提问前先看看:
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
在Umi中,使用默认的Prolayout时,如果把menu类型设置为group,无法设置一级标题的颜色
Prolayout中将 menu 设置为 type: group,将无法设置一级标题颜色(具体设置见代码部分)
menu 类型为 group时,应该允许设置一级标题颜色
{ menu: { locale: false, type: 'group', }, token: { sider: { colorMenuBackground: '#242424', colorTextMenuTitle: '#FFFFFF', colorMenuItemDivider: '#383838', colorTextMenu: '#FFFFFF', colorTextMenuSelected: '#FFFFFF', colorTextMenuActive: '#FFFFFF', colorTextMenuItemHover: '#FFFFFF', colorBgMenuItemActive: '#0052D9', colorBgMenuItemHover: '#0052D9', colorBgMenuItemSelected: '#0052D9', }, pageContainer: { colorBgPageContainer: '#F3F3F3', }, } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
提问前先看看:
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
🐛 bug 描述
在Umi中,使用默认的Prolayout时,如果把menu类型设置为group,无法设置一级标题的颜色
📷 复现步骤
Prolayout中将 menu 设置为 type: group,将无法设置一级标题颜色(具体设置见代码部分)
🏞 期望结果
menu 类型为 group时,应该允许设置一级标题颜色
💻 复现代码
© 版本信息
🚑 其他信息
The text was updated successfully, but these errors were encountered: