From 748b8d3f4db8b4f5e6d9760f79219e621e389f9f Mon Sep 17 00:00:00 2001 From: liangkun Date: Fri, 11 Sep 2020 11:22:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E5=8B=A4=E8=A1=A8=E5=8D=95=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PersonnelManagement/Views/ADR_Restriction/Form.cshtml | 4 +++- .../Areas/PersonnelManagement/Views/ADR_Restriction/Index.js | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Form.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Form.cshtml index 465681881..146e25bce 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Form.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Form.cshtml @@ -8,7 +8,9 @@ width: 120px; padding-right: 10px; } - + .lr-form-item { + padding: 5px 0 5px 120px; + }
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Index.js index a3c71f0c3..0fee97a93 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Index.js @@ -24,7 +24,7 @@ var bootstrap = function ($, learun) { title: '新增', url: top.$.rootUrl + '/PersonnelManagement/ADR_Restriction/Form', width: 600, - height: 600, + height: 520, callBack: function (id) { return top[id].acceptClick(refreshGirdData); } @@ -39,7 +39,7 @@ var bootstrap = function ($, learun) { title: '编辑', url: top.$.rootUrl + '/PersonnelManagement/ADR_Restriction/Form?keyValue=' + keyValue, width: 600, - height: 600, + height: 520, callBack: function (id) { return top[id].acceptClick(refreshGirdData); }