From 5f8e8ba3f9601626f06c63b30d401ae77eb5fbca Mon Sep 17 00:00:00 2001 From: thinkgem Date: Thu, 30 Dec 2021 23:21:31 +0800 Subject: [PATCH] update --- .../src/main/resources/static/layer/3.1/skin/default/layer.css | 1 + .../src/main/resources/views/modules/sys/user/empUserForm.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/static/layer/3.1/skin/default/layer.css b/common/src/main/resources/static/layer/3.1/skin/default/layer.css index c0fb9575..f33fd019 100644 --- a/common/src/main/resources/static/layer/3.1/skin/default/layer.css +++ b/common/src/main/resources/static/layer/3.1/skin/default/layer.css @@ -187,3 +187,4 @@ html #layuicss-layer{display: none; position: absolute; width: 1989px;} padding-top:3px;padding-bottom:10px;} .layui-layer-btn .layui-layer-btn0{border-color:#367fa9;background-color:#367fa9;} .layui-layer-btn a {height:auto;padding:0 12px;font-size:13px;background-color:#f4f4f4;} +.layui-layer.toast-top-full-width {min-width: 60%;} diff --git a/modules/core/src/main/resources/views/modules/sys/user/empUserForm.html b/modules/core/src/main/resources/views/modules/sys/user/empUserForm.html index cc0137e7..a334acae 100644 --- a/modules/core/src/main/resources/views/modules/sys/user/empUserForm.html +++ b/modules/core/src/main/resources/views/modules/sys/user/empUserForm.html @@ -295,7 +295,7 @@ var roleGrid = $("#roleGrid").dataGrid({ <% } %> $("#inputForm").validate({ submitHandler: function(form){ - <% if(hasPermi('sys:empUser:authRole') && (op == 'add' || op == 'auth')) { // 获取选中角色 %> + <% if(hasPermi('sys:empUser:authRole') && (op == 'add' || op == 'auth')) { %> $("#userRoleString").val(roleGrid.dataGrid('getSelectRows').join(',')); <% } %> var empNo = $('#employee_empNo').val();