vbenjs / vue-vben-admin

A modern vue admin panel built with Vue3, Shadcn UI, Vite, TypeScript, and Monorepo. It's fast!
https://www.vben.pro
MIT License
24.89k stars 6.77k forks source link

导航栏下拉菜单选中项字体颜色与背景色同色 #1078

Closed waney closed 1 year ago

waney commented 3 years ago
 mode: MenuModeEnum.HORIZONTAL,
 type: MenuTypeEnum.TOP_MENU,

为顶部菜单时,设置系统主题色后,导航栏下拉菜单选中项字体颜色与背景色同色。 1 2 3

waney commented 3 years ago

修改 build\vite\plugin\theme.ts 第38行插入

case '.ant-menu-item-selected':
    return '';