diff --git a/src/main/webapp/assets/modular/sysConfig/sysConfig.js b/src/main/webapp/assets/modular/sysConfig/sysConfig.js index d8a6cd8a..5a3086bd 100644 --- a/src/main/webapp/assets/modular/sysConfig/sysConfig.js +++ b/src/main/webapp/assets/modular/sysConfig/sysConfig.js @@ -44,7 +44,7 @@ layui.use(['table', 'func', 'HttpRequest'], function () { */ SysConfig.openAddDlg = function () { func.open({ - height: 800, + height: 680, title: '添加系统配置', content: Feng.ctxPath + '/view/config/addView', tableId: SysConfig.tableId @@ -70,7 +70,7 @@ layui.use(['table', 'func', 'HttpRequest'], function () { */ SysConfig.openEditDlg = function (data) { func.open({ - height: 800, + height: 680, title: '修改系统配置', content: Feng.ctxPath + '/view/config/editView?configId=' + data.configId, tableId: SysConfig.tableId diff --git a/src/main/webapp/assets/modular/system/notice/notice.js b/src/main/webapp/assets/modular/system/notice/notice.js index 031ac081..a7df4b35 100644 --- a/src/main/webapp/assets/modular/system/notice/notice.js +++ b/src/main/webapp/assets/modular/system/notice/notice.js @@ -45,6 +45,7 @@ layui.use(['layer', 'form', 'table', 'admin', 'HttpRequest', 'func'], function ( */ Notice.openAddNotice = function () { func.open({ + height: 680, title: '添加通知', content: Feng.ctxPath + '/view/notice/add', tableId: Notice.tableId @@ -58,6 +59,7 @@ layui.use(['layer', 'form', 'table', 'admin', 'HttpRequest', 'func'], function ( */ Notice.onEditNotice = function (data) { func.open({ + height: 680, title: '修改通知', content: Feng.ctxPath + "/view/notice/edit?noticeId=" + data.noticeId, tableId: Notice.tableId diff --git a/src/main/webapp/assets/modular/system/user/user.js b/src/main/webapp/assets/modular/system/user/user.js index 6a693935..56999a5e 100644 --- a/src/main/webapp/assets/modular/system/user/user.js +++ b/src/main/webapp/assets/modular/system/user/user.js @@ -65,6 +65,7 @@ layui.use(['layer', 'form', 'table', 'ztree', 'laydate', 'admin', 'HttpRequest', // 添加按钮 MgrUser.openAddUser = function () { func.open({ + height: 680, title: '添加用户', content: Feng.ctxPath + '/view/user/addView', tableId: MgrUser.tableId @@ -74,6 +75,7 @@ layui.use(['layer', 'form', 'table', 'ztree', 'laydate', 'admin', 'HttpRequest', // 修改按钮 MgrUser.onEditUser = function (data) { func.open({ + height: 680, title: '修改用户', content: Feng.ctxPath + '/view/user/editView?userId=' + data.userId, tableId: MgrUser.tableId diff --git a/src/main/webapp/pages/modular/sysConfig/sysConfig_add.html b/src/main/webapp/pages/modular/sysConfig/sysConfig_add.html index ffa84f97..2b4f14f0 100644 --- a/src/main/webapp/pages/modular/sysConfig/sysConfig_add.html +++ b/src/main/webapp/pages/modular/sysConfig/sysConfig_add.html @@ -51,14 +51,12 @@ -