加入课程、项目弹框,在内容部分不能拖拽
This commit is contained in:
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…
Reference in New Issue