弹层外区域关闭

master
RuoYi 6 years ago committed by Limy
parent 731b35e4dc
commit 1d564382c4

@ -302,7 +302,8 @@
shade: 0.3,
title: title,
content: url,
shadeClose: true // fix,点击阴影部分关闭窗口,常用.
// 弹层外区域关闭
shadeClose: true
});
},
// 弹出层全屏
@ -332,7 +333,9 @@
maxmin: true,
shade: 0.3,
title: title,
content: url
content: url,
// 弹层外区域关闭
shadeClose: true
});
layer.full(index);
},

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save