Authored by 陶雨

资源内容添加双击事件

... ... @@ -760,3 +760,7 @@ $(document).on("keyup", ".number", function() {
$(this).val($(this).val().replace(/\D/g, ''));
});
//双击弹窗
$(document).on("dblclick","#add-content>li.custom-group",function(){
$(this).find(".edit").click();
});
\ No newline at end of file
... ...