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('');