@ttk/component
Version:
ttk组件库
20 lines (16 loc) • 591 B
text/less
@import '../../assets/theme/index';
.@{ant-prefix}-select-dropdown-menu-item-selected, .@{ant-prefix}-select-dropdown-menu-item-selected:hover{
background: @antSelect-selected-color;
}
.@{ant-prefix}-select{
font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 13px;
}
.@{ant-prefix}-select-dropdown .@{ant-prefix}-select-dropdown-menu-item {
font-size: 13px;
color: #333;
}
.@{ant-prefix}-select-dropdown .@{ant-prefix}-select-dropdown-menu-item-disabled {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}