Przeglądaj źródła

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

RuoYi 6 lat temu
rodzic
commit
536ee476cb

Plik diff jest za duży
+ 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) {

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików