然后我在index.less里修改,没有一点反应,后来发现上面引入的方式只是把样式导进去,用不用不清楚,这个时候需要加上 import'./index.less'; 然后index.less里面的样式就可以生效了 .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal).ant-menu-item-selected{background-color:#2970FF; }...
1. 然后我在index.less里修改,没有一点反应,后来发现上面引入的方式只是把样式导进去,用不用不清楚,这个时候需要加上 import './index.less'; 1. 然后index.less里面的样式就可以生效了 .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected{ background-color:#2970FF; } 1...
reactant-menu-item-selected选中的菜单样式修改之前引⼊的⽅式是 import styles from './index.less';然后我在index.less⾥修改,没有⼀点反应,后来发现上⾯引⼊的⽅式只是把样式导进去,⽤不⽤不清楚,这个时候需要加上import './index.less';然后index.less⾥⾯的样式就可以⽣效了 .ant...
在你的样式表中添加.ant-menu-item-selected {border-bottom: 0px}即可,覆盖掉antd中的样式 查看原帖 昨天18:00 南京农业大学 生物制药岗 感觉女同事对自己有意见怎么自洽 根本无交集的一个女同事,唯一连接点就是她关系好的同事之前是我的组员,不知道是自己太敏感了还是她真的对我莫名其妙有敌意。每次遇到她都...
data-cy={`queue-menu-item-${openQueue.room}`} > <Link href="/course/[cid]/queue/[qid]" as={`/course/${queueTabItem.courseId}/queue/${openQueue.id}`} // need to manually add the ant-menu-item-selected class for this submenu and it's menu items since antd isn't adding it ...
When a menu item is selected, it should display blue border on right. But as soon as you move the mouse away from the menu and click the menu item again, the behavior changes. EnvironmentInfo antd3.16.1 React16.8.6 SystemmacOS Mojave 10.14.3 (18D109) ...
react ant-menu-item-selected选中的菜单样式修改 之前引入的方式是 import styles from './index.less'; 1. 然后我在index.less里修改,没有一点反应,后来发现上面引入的方式只是把样式导进去,用不用不清楚,这个时候需要加上 import './index.less';
🐛 bug 描述 @ant-design/pro-components: "2.6.43"在collapsed为true的情况下,colorBgMenuItemCollapsedElevated没有任何作用 🏞 期望结果 根据的token出现预期改变 💻 复现代码 const config: ProLayoutProps = { token: { bgLayout: '#ECEEF1', sider: { colorMen