antd重置样式 下拉菜单select 终于实现

.ant-select-dropdown-menu {
background: #1F1F26;
border: solid 1px #32323a;
}
.ant-select-dropdown-menu-item {
color: #fff !important;
}
.ant-select-dropdown-menu-item:hover {
background: #32323a;
}
.ant-select-dropdown-menu-item-selected {
background: #32323a;
}
.ant-select-dropdown-menu-item-active {
background: #32323a;
}

posted @ 2021-01-13 18:22  雪莉06  阅读(4550)  评论(0编辑  收藏  举报