加入课程、项目弹框,在内容部分不能拖拽

yuanke_cache
Tim 9 years ago
parent 85cd113cf9
commit 083d5453d4

@ -1552,7 +1552,10 @@ function pop_box_new(value, Width, Height){
document.onmousemove = null;
}
new Drag("popupWrap");
$(".sy_popup_con").mousedown(function(event){
event.stopPropagation();
new Drag("popupWrap");
});
}
// 公共提示弹框样式

Loading…
Cancel
Save