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

This commit is contained in:
Tim 2016-08-13 10:00:31 +08:00
parent 85cd113cf9
commit 083d5453d4
1 changed files with 4 additions and 1 deletions

View File

@ -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");
});
}
// 公共提示弹框样式