标签: antd ant-design-pro antdv ant-design-vue
我正尝试在禁用时更改选择下拉菜单的背景颜色。
我在测试.ant-select-disabled .ant-select-selection{background-color: red}时没有运气。 例如,在常规输入下,我可以使用它:.ant-input:disabled{background-color: red}
.ant-select-disabled .ant-select-selection{background-color: red}
.ant-input:disabled{background-color: red}
这是针对VueJS的