@import "../../../style/index.less";

@ui-prefix-auto-select: yyui-autoselect;

/**自动匹配组件，右侧文本被遮掉的问题***/
.yyui-autoselect{
  .ant-select-combobox .ant-select-selection__rendered{
    padding: 0;
  }
  .ant-select-combobox .ant-select-search__field{
    padding: 0 4px;
  }
}
.yyui-autoselect-dropdown-popup .ant-dropdown-menu {
  max-height: 270px;
  overflow-y: auto;
}
