@ttk/component
Version:
ttk组件库
21 lines (20 loc) • 699 B
CSS
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-select-dropdown-menu-item-selected,
.ant-select-dropdown-menu-item-selected:hover {
background: #dde4eb;
}
.ant-select {
font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
}
.ant-select-dropdown .ant-select-dropdown-menu-item {
font-size: 13px;
color: #333;
}
.ant-select-dropdown .ant-select-dropdown-menu-item-disabled {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}