Browse Source

修复在firefox浏览器显示高度问题

RuoYi 6 years ago
parent
commit
536ee476cb

File diff suppressed because it is too large
+ 0 - 1
ruoyi-admin/src/main/resources/static/ajax/libs/layui/lay/modules/layer.js


+ 1 - 0
ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js

@@ -809,6 +809,7 @@
     	            var $contentWindow = $('.RuoYi_iframe[data-id="' + currentId + '"]', topWindow)[0].contentWindow;
     	            $.modal.close();
     	            $contentWindow.$.modal.msgSuccess(result.msg);
+    	            $contentWindow.$(".layui-layer-padding").removeAttr("style");
     	            if ($contentWindow.$.table._option.type == table_type.bootstrapTable) {
     	        		$contentWindow.$.table.refresh();
     	        	} else if ($contentWindow.$.table._option.type == table_type.bootstrapTreeTable) {

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