Browse Source

弹层外区域关闭

RuoYi 6 years ago
parent
commit
32ab3189ac

+ 5 - 2
src/main/resources/static/ruoyi/js/ry-ui.js

@@ -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 it is too large
+ 0 - 0
src/main/resources/static/ruoyi/js/ry-ui.min.js


Some files were not shown because too many files changed in this diff