diff --git a/common/src/main/resources/static/adminlte/css/skins/skin-blue-light2.css b/common/src/main/resources/static/adminlte/css/skins/skin-blue-light2.css index feb048d5..bd9a0cbe 100644 --- a/common/src/main/resources/static/adminlte/css/skins/skin-blue-light2.css +++ b/common/src/main/resources/static/adminlte/css/skins/skin-blue-light2.css @@ -164,7 +164,7 @@ a, a:hover, a:active, a:focus, .form-unit, th[aria-selected=true] .ui-jqgrid-sor .sidebar-menu {padding:0 8px 0 7px;} .sidebar-menu li>a>.pull-right-container {left:0;} -.sidebar-menu .treeview-item.active > a {color:#1890ff;background-color:#e7f4ff;border-right:0;border-radius:6px;} +.sidebar-menu .treeview-item.active>a {color:#1890ff;background-color:#e7f4ff;border-right:0;border-radius:6px;} .content-wrapper, .right-side, body {background-color:#f0f2f5;} @@ -189,7 +189,7 @@ a, a:hover, a:active, a:focus, .form-unit, th[aria-selected=true] .ui-jqgrid-sor .select2-container--default .select2-results__option--highlighted[aria-selected], .wup_container .placeholder .webuploader-pick {background-color:#1890ff!important;border-color:#1890ff;} .form-unit, th[aria-selected=true] .ui-jqgrid-sortable {color:#1890ff;} -.form-unit {border-bottom: 1px solid #eee;} +.form-unit {border-bottom:1px solid #eee;} .box-main>.box-header {border-bottom-color:#eeeeee;} .box-main>.box-header .box-title .fa {color:#1890ff;} 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 428699c7..271a3743 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 @@ -164,7 +164,7 @@ a, a:hover, a:active, a:focus, .form-unit, th[aria-selected=true] .ui-jqgrid-sor .sidebar-menu {padding:0 8px 0 7px;} .sidebar-menu li>a>.pull-right-container {left:0;} -.sidebar-menu .treeview-item.active > a {color:#1890ff;background-color:#e7f4ff;border-right:0;border-radius:6px;} +.sidebar-menu .treeview-item.active>a {color:#1890ff;background-color:#e7f4ff;border-right:0;border-radius:6px;} /* 页签添加内边距 */ .content-wrapper, .tabpanel_content, .tabpanel_content .html_content, body {background-color:#f0f2f5;} @@ -209,9 +209,9 @@ a, a:hover, a:active, a:focus, .form-unit, th[aria-selected=true] .ui-jqgrid-sor .open>.dropdown-toggle.btn-primary:hover, .layui-layer-btn .layui-layer-btn0, .select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-results__option--highlighted[aria-selected], -.wup_container .placeholder .webuploader-pick {background-color:#1890ff!important;border-color:#1890ff;} +.wup_container .placeholder .webuploader-pick {background-color:#1890ff!important;border-color:#1890ff!important;} .form-unit, th[aria-selected=true] .ui-jqgrid-sortable {color:#1890ff;} -.form-unit {border-bottom: 1px solid #eee;} +.form-unit {border-bottom:1px solid #eee;} .box-main>.box-header {border-bottom-color:#eeeeee;} .box-main>.box-header .box-title .fa {color:#1890ff;} @@ -220,11 +220,14 @@ a, a:hover, a:active, a:focus, .form-unit, th[aria-selected=true] .ui-jqgrid-sor .select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {border-color:#40a9ff!important;box-shadow:0 0 0 2px rgba(24,144,255,.2);} -.table thead tr, .ui-jqgrid-htable thead tr, .ui-jqgrid-hdiv, .ui-jqgrid-hbox {background-color:#f6f6f6;} +.table thead tr, .ui-jqgrid-htable thead tr, .ui-jqgrid-hdiv, .ui-jqgrid-hbox {background-color:#fafafa;} +.ui-jqgrid .ui-jqgrid-labels th, .ui-jqgrid tr.ui-row-ltr td, .ui-jqgrid tr.ui-row-rtl td, .ui-jqgrid tr.ui-row-ltr td:last-child, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column-header, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column, -.ui-jqgrid .ui-jqgrid-labels th, .ui-jqgrid .ui-widget-content, .ui-jqgrid tr.ui-row-ltr td, -.ui-jqgrid tr.ui-row-rtl td, .ui-jqgrid tr.ui-row-ltr td:last-child {border-color:#eaeaea;} +.ui-jqgrid.ui-widget-content, .ui-jqgrid .ui-widget-content {border-color:#f0f0f0;} .ui-state-hover td, .ui-widget-content .ui-state-hover td, .ui-widget-header .ui-state-hover td, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {background:#f5f5f5;} .ui-jqgrid tr.ui-state-highlight.ui-row-ltr td {background-color:#ecf9ff;} /* .ui-jqgrid tr.ui-row-ltr td {border-right:0!important;} 解开注释,可去除表格单元格的竖边框线 */ +.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;} diff --git a/common/src/main/resources/static/adminlte/css/skins/skin-blue2.css b/common/src/main/resources/static/adminlte/css/skins/skin-blue2.css index 3bb3050a..10fb5e4d 100644 --- a/common/src/main/resources/static/adminlte/css/skins/skin-blue2.css +++ b/common/src/main/resources/static/adminlte/css/skins/skin-blue2.css @@ -164,7 +164,7 @@ a, a:hover, a:active, a:focus, .form-unit, th[aria-selected=true] .ui-jqgrid-sor .sidebar-menu {padding:0 8px 0 7px;} .sidebar-menu li>a>.pull-right-container {left:0;} -.sidebar-menu .treeview-item.active > a {color:#2a50ec;background-color:#edf2fc;border-right:0;border-radius:6px;} +.sidebar-menu .treeview-item.active>a {color:#2a50ec;background-color:#edf2fc;border-right:0;border-radius:6px;} .content-wrapper, .right-side, body {background-color:#f0f2f5;} @@ -189,7 +189,7 @@ a, a:hover, a:active, a:focus, .form-unit, th[aria-selected=true] .ui-jqgrid-sor .select2-container--default .select2-results__option--highlighted[aria-selected], .wup_container .placeholder .webuploader-pick {background-color:#1e5edb!important;border-color:#1e5edb!important;} .form-unit, th[aria-selected=true] .ui-jqgrid-sortable {color:#1e5edb;} -.form-unit {border-bottom: 1px solid #eee;} +.form-unit {border-bottom:1px solid #eee;} .box-main>.box-header {border-bottom-color:#eeeeee;} .box-main>.box-header .box-title .fa {color:#1e5edb;} 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 7bd0a978..d0c8ccb4 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 @@ -164,7 +164,7 @@ a, a:hover, a:active, a:focus, .form-unit, th[aria-selected=true] .ui-jqgrid-sor .sidebar-menu {padding:0 8px 0 7px;} .sidebar-menu li>a>.pull-right-container {left:0;} -.sidebar-menu .treeview-item.active > a {color:#2a50ec;background-color:#edf2fc;border-right:0;border-radius:6px;} +.sidebar-menu .treeview-item.active>a {color:#2a50ec;background-color:#edf2fc;border-right:0;border-radius:6px;} /* 页签添加内边距 */ .content-wrapper, .tabpanel_content, .tabpanel_content .html_content, body {background-color:#f0f2f5;} @@ -211,7 +211,7 @@ a, a:hover, a:active, a:focus, .form-unit, th[aria-selected=true] .ui-jqgrid-sor .select2-container--default .select2-results__option--highlighted[aria-selected], .wup_container .placeholder .webuploader-pick {background-color:#1e5edb!important;border-color:#1e5edb!important;} .form-unit, th[aria-selected=true] .ui-jqgrid-sortable {color:#1e5edb;} -.form-unit {border-bottom: 1px solid #eee;} +.form-unit {border-bottom:1px solid #eee;} .box-main>.box-header {border-bottom-color:#eeeeee;} .box-main>.box-header .box-title .fa {color:#1e5edb;} @@ -220,11 +220,14 @@ a, a:hover, a:active, a:focus, .form-unit, th[aria-selected=true] .ui-jqgrid-sor .select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {border-color:#557bfa!important;box-shadow:0 0 0 2px rgba(24,80,236,.2);} -.table thead tr, .ui-jqgrid-htable thead tr, .ui-jqgrid-hdiv, .ui-jqgrid-hbox {background-color:#f6f6f6;} +.table thead tr, .ui-jqgrid-htable thead tr, .ui-jqgrid-hdiv, .ui-jqgrid-hbox {background-color:#fafafa;} +.ui-jqgrid .ui-jqgrid-labels th, .ui-jqgrid tr.ui-row-ltr td, .ui-jqgrid tr.ui-row-rtl td, .ui-jqgrid tr.ui-row-ltr td:last-child, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column-header, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column, -.ui-jqgrid .ui-jqgrid-labels th, .ui-jqgrid .ui-widget-content, .ui-jqgrid tr.ui-row-ltr td, -.ui-jqgrid tr.ui-row-rtl td, .ui-jqgrid tr.ui-row-ltr td:last-child {border-color:#eaeaea;} +.ui-jqgrid.ui-widget-content, .ui-jqgrid .ui-widget-content {border-color:#f0f0f0;} .ui-state-hover td, .ui-widget-content .ui-state-hover td, .ui-widget-header .ui-state-hover td, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {background:#f5f5f5;} .ui-jqgrid tr.ui-state-highlight.ui-row-ltr td {background-color:#f0f5ff;} /* .ui-jqgrid tr.ui-row-ltr td {border-right:0!important;} 解开注释,可去除表格单元格的竖边框线 */ +.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;} diff --git a/common/src/main/resources/static/jquery-ztree/3.5/css/awesome/zTreeStyle.css b/common/src/main/resources/static/jquery-ztree/3.5/css/awesome/zTreeStyle.css index 5ef6beb8..c2b29ef6 100644 --- a/common/src/main/resources/static/jquery-ztree/3.5/css/awesome/zTreeStyle.css +++ b/common/src/main/resources/static/jquery-ztree/3.5/css/awesome/zTreeStyle.css @@ -72,7 +72,7 @@ ul.ztree.zTreeDragUL {margin:0;padding:0;position:absolute;width:auto;height:aut .ztree li span.button.roots_open:before, .ztree li span.button.center_open:before, .ztree li span.button.bottom_open:before, -.ztree li span.button.noline_open:before {content:"\f147";line-height:20px;} +.ztree li span.button.noline_open:before {content:"\f147";line-height:19px;} .ztree li span.button.root_close:before, .ztree li span.button.roots_close:before, .ztree li span.button.center_close:before, diff --git a/web/src/main/resources/views/modules/demo/demoDataGridMultiGrid.html b/web/src/main/resources/views/modules/demo/demoDataGridMultiGrid.html index 3adfc6d9..eab14998 100644 --- a/web/src/main/resources/views/modules/demo/demoDataGridMultiGrid.html +++ b/web/src/main/resources/views/modules/demo/demoDataGridMultiGrid.html @@ -62,7 +62,7 @@ $('#dataGrid').dataGrid({ searchForm: $("#searchForm"), dataGridPage: $('#dataGridPage'), autoGridHeight: function(){ - return $('#searchForm').parent().height() - $('#dataGridPage').height() - 45; + return $('#searchForm').parent().height() - $('#dataGridPage').height() - 58; }, columnModel: [ {header:'${text("岗位名称")}', name:'postName', index:'a.post_name', width:200, align:"center"}, @@ -91,7 +91,7 @@ $('#dataGrid2').dataGrid({ searchForm: $("#searchForm2"), dataGridPage: $('#dataGrid2Page'), autoGridHeight: function(){ - return $('#searchForm2').parent().height() - $('#dataGrid2Page').height() - 45; + return $('#searchForm2').parent().height() - $('#dataGrid2Page').height() - 58; }, columnModel: [ {header:'${text("登录账号")}', name:'loginCode', index:'a.login_code', width:200, align:"center"}, diff --git a/web/src/main/resources/views/modules/test/testDataList.html b/web/src/main/resources/views/modules/test/testDataList.html index 33ab0380..f6df5703 100644 --- a/web/src/main/resources/views/modules/test/testDataList.html +++ b/web/src/main/resources/views/modules/test/testDataList.html @@ -150,7 +150,7 @@ $('#dataGrid').dataGrid({ return js.getDictLabel(${@DictUtils.getDictListJson('sys_search_status')}, val, '${text("未知")}', true); }}, {header:'${text("创建时间")}', name:'createDate', index:'a.create_date', firstsortorder:'desc', width:150, align:"center"}, - {header:'${text("备注信息")}', name:'remarks', index:'a.remarks', width:150, align:"left"}, + {header:'${text("备注")}', name:'remarks', index:'a.remarks', width:150, align:"left"}, {header:'${text("操作")}', name:'actions', width:100, formatter: function(val, obj, row, act){ var actions = []; <% if(hasPermi('test:testData:edit')){ %>