docs(foem-select): 更新文档 (#2021)

pull/2034/head
morning-star 2024-06-18 13:00:26 +08:00 committed by GitHub
parent c07f564654
commit ab64a2f84e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ layui.use(function(){
var selectElem = layero.find('.layui-form-select');
layero.find('.layui-layer-content').on('scroll', function() {
selectElem.removeClass('layui-form-selected');
layui.$('.layui-select-panel-wrap').remove();
layui.$('.layui-select-panel-wrap').detach();
});
},
});