feat(core): select2增加多国语言支持

This commit is contained in:
王立帮
2025-03-29 02:59:39 +08:00
parent 7aad085ddc
commit e146de0439
7 changed files with 11 additions and 7 deletions

View File

@@ -881,7 +881,7 @@ BU.burnWithSpecialBin = () => {
const $select = layero.find('select');
$select.select2({
data: menu,
minimumResultsForSearch: 50,
minimumResultsForSearch: Infinity,
width: '360px',
dropdownCssClass: 'mixly-scrollbar'
});