mirror of https://github.com/layui/layui
docs(foem-select): 更新文档 (#2021)
parent
c07f564654
commit
ab64a2f84e
|
@ -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…
Reference in New Issue