This commit is contained in:
2025-12-25 06:02:38 +08:00
parent 20d230f6c8
commit 7c1d6d447e
44 changed files with 11475 additions and 561 deletions
+1 -1
View File
@@ -7522,7 +7522,7 @@ define(['jquery', 'bootstrap', 'layer','template'], function ($, undefined, Laye
Layer.close(index);
});
l.find("input.js-icon-search").on('keyup', function () {
l.find.show();
l.find("#chooseicon ul li").show();
if ($(this).val() != '') {
l.find("#chooseicon ul").find("li:not([data-font*='" + $(this).val() + "'])").hide();
}