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

pull/2034/head
morning-star 5 months ago committed by GitHub
parent c07f564654
commit ab64a2f84e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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();
});
},
});

Loading…
Cancel
Save