Commit 32ab3189 by RuoYi

弹层外区域关闭

parent c6d3e823
...@@ -302,7 +302,8 @@ ...@@ -302,7 +302,8 @@
shade: 0.3, shade: 0.3,
title: title, title: title,
content: url, content: url,
shadeClose: true // fix,点击阴影部分关闭窗口,常用. // 弹层外区域关闭
shadeClose: true
}); });
}, },
// 弹出层全屏 // 弹出层全屏
...@@ -332,7 +333,9 @@ ...@@ -332,7 +333,9 @@
maxmin: true, maxmin: true,
shade: 0.3, shade: 0.3,
title: title, title: title,
content: url content: url,
// 弹层外区域关闭
shadeClose: true
}); });
layer.full(index); layer.full(index);
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment