天天看点

react ant-menu-item-selected选中的菜单样式修改

import styles from './index.less';
           
import './index.less';
           
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected{
    background-color:#2970FF;
}
           

继续阅读