From 1dce44a9f64357625aa17b4a50df9ec214e0f3a4 Mon Sep 17 00:00:00 2001 From: chenjinlong <22208488@qq.com> Date: Wed, 13 Jan 2021 21:06:58 +0800 Subject: [PATCH 01/18] =?UTF-8?q?=E3=80=90func.js=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=BC=B9=E6=A1=86=E6=96=B9=E6=B3=95=EF=BC=8Cifream?= =?UTF-8?q?=E5=86=85=E5=BC=B9=E5=87=BA=E9=81=AE=E7=BD=A9=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/assets/expand/module/func/func.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/assets/expand/module/func/func.js b/src/main/webapp/assets/expand/module/func/func.js index 57c1a911..58bf2442 100644 --- a/src/main/webapp/assets/expand/module/func/func.js +++ b/src/main/webapp/assets/expand/module/func/func.js @@ -83,7 +83,10 @@ layui.define(['jquery', 'layer', 'admin', 'table'], function (exports) { param.shade = .1; } - var thisIndex = top.layui.layer.open(param); + //ifream 内遮罩层 + //var thisIndex = top.layui.layer.open(param); + //ifream 内遮罩层 + var thisIndex = admin.open(param); //按键监听esc关闭对话框 $(window).keydown(function (event) { From 39e5d3ca2ffae688431dd5cf76a80014ca6bfc8d Mon Sep 17 00:00:00 2001 From: chenjinlong <22208488@qq.com> Date: Wed, 13 Jan 2021 21:07:28 +0800 Subject: [PATCH 02/18] =?UTF-8?q?=E3=80=90resource=5Fdetail.html=E3=80=91?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../auth/resource/resource_detail.html | 198 ++++++++---------- 1 file changed, 85 insertions(+), 113 deletions(-) diff --git a/src/main/webapp/pages/modular/auth/resource/resource_detail.html b/src/main/webapp/pages/modular/auth/resource/resource_detail.html index 6c782ec6..2df32714 100644 --- a/src/main/webapp/pages/modular/auth/resource/resource_detail.html +++ b/src/main/webapp/pages/modular/auth/resource/resource_detail.html @@ -1,136 +1,108 @@ -@layout("/layout/_container.html",{js:["/assets/modular/auth/resource/resource_detail.js"]}){ +@layout("/layout/_form.html",{js:["/assets/modular/auth/resource/resource_detail.js"]}){ -