From 481246f52e712ceec592d97e87b578400eee7ea3 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Mon, 28 Oct 2024 21:27:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=A1=A8=E5=8D=95=E5=86=85?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E7=9A=84=E8=A1=8C=E9=AB=98=E5=92=8C=E8=BE=B9?= =?UTF-8?q?=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/static/adminlte/css/skins/skin-blue-light3.css | 3 +++ .../main/resources/static/adminlte/css/skins/skin-blue3.css | 3 +++ .../src/main/resources/static/adminlte/css/skins/skin-dark.css | 3 +++ .../src/main/resources/views/modules/sys/user/empUserForm.html | 2 +- 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/static/adminlte/css/skins/skin-blue-light3.css b/common/src/main/resources/static/adminlte/css/skins/skin-blue-light3.css index abe9346c..4260d5a0 100644 --- a/common/src/main/resources/static/adminlte/css/skins/skin-blue-light3.css +++ b/common/src/main/resources/static/adminlte/css/skins/skin-blue-light3.css @@ -235,3 +235,6 @@ a, a:hover, a:active, a:focus, .form-unit, th[aria-selected=true] .ui-jqgrid-sor .ui-jqgrid .ui-jqgrid-frozen .ui-jqgrid-htable th div {height:46px!important;} .ui-jqgrid .ui-jqgrid-htable th div {padding:15px 0 15px 2px;} .ui-jqgrid tr.jqgrow td {height: 49px;} +.table-form .ui-jqgrid .ui-jqgrid-frozen .ui-jqgrid-htable th div {height:36px!important;} +.table-form .ui-jqgrid .ui-jqgrid-htable th div {padding:9px 0 8px 2px;} +.table-form .ui-jqgrid tr.jqgrow td {height: 39px;} diff --git a/common/src/main/resources/static/adminlte/css/skins/skin-blue3.css b/common/src/main/resources/static/adminlte/css/skins/skin-blue3.css index 3615cb56..6c87b757 100644 --- a/common/src/main/resources/static/adminlte/css/skins/skin-blue3.css +++ b/common/src/main/resources/static/adminlte/css/skins/skin-blue3.css @@ -235,3 +235,6 @@ a, a:hover, a:active, a:focus, .form-unit, th[aria-selected=true] .ui-jqgrid-sor .ui-jqgrid .ui-jqgrid-frozen .ui-jqgrid-htable th div {height:46px!important;} .ui-jqgrid .ui-jqgrid-htable th div {padding:15px 0 15px 2px;} .ui-jqgrid tr.jqgrow td {height: 49px;} +.table-form .ui-jqgrid .ui-jqgrid-frozen .ui-jqgrid-htable th div {height:36px!important;} +.table-form .ui-jqgrid .ui-jqgrid-htable th div {padding:9px 0 8px 2px;} +.table-form .ui-jqgrid tr.jqgrow td {height: 39px;} diff --git a/common/src/main/resources/static/adminlte/css/skins/skin-dark.css b/common/src/main/resources/static/adminlte/css/skins/skin-dark.css index 9b6e64d8..5cff4256 100644 --- a/common/src/main/resources/static/adminlte/css/skins/skin-dark.css +++ b/common/src/main/resources/static/adminlte/css/skins/skin-dark.css @@ -296,6 +296,9 @@ a, a:hover, a:active, a:focus, .form-unit, th[aria-selected=true] .ui-jqgrid-sor .ui-jqgrid .ui-jqgrid-frozen .ui-jqgrid-htable th div {height:46px!important;} .ui-jqgrid .ui-jqgrid-htable th div {padding:15px 0 15px 2px;} .ui-jqgrid tr.jqgrow td {height: 49px;} +.table-form .ui-jqgrid .ui-jqgrid-frozen .ui-jqgrid-htable th div {height:36px!important;} +.table-form .ui-jqgrid .ui-jqgrid-htable th div {padding:9px 0 8px 2px;} +.table-form .ui-jqgrid tr.jqgrow td {height: 39px;} .ui-jqgrid tr.jqgroup td, .ui-jqgrid tr.footrow td, .ui-jqgrid tr.jqfoot td {background:#323232;} .ui-jqgrid .actions .moreItems {background:#1a1a1a;border-color:#3c3c3c;box-shadow:none;} 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 ef62fdca..eeed755f 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 @@ -256,7 +256,7 @@ $("#empOfficeGrid").dataGrid({ } } }, - {header:'${text("操作")}', name:'actions', width:80, sortable:false, fixed:true, formatter: function(val, obj, row, act){ + {header:'${text("操作")}', name:'actions', width:80, align:"center", sortable:false, fixed:true, formatter: function(val, obj, row, act){ var actions = []; actions.push(' '); return actions.join('');