diff --git a/erp_web/css/financial.css b/erp_web/css/financial.css index 3297e8d4..4c90032e 100644 --- a/erp_web/css/financial.css +++ b/erp_web/css/financial.css @@ -1,5 +1,5 @@ #accountHeadDlg .radius-ui{ height: 30px; - border: 1px solid #95B8E7; + border: 1px solid #d3d3d3; border-radius:5px; } \ No newline at end of file diff --git a/erp_web/css/in_out.css b/erp_web/css/in_out.css index 31b59a82..06abe503 100644 --- a/erp_web/css/in_out.css +++ b/erp_web/css/in_out.css @@ -129,7 +129,7 @@ #depotHeadDlg .radius-ui{ height: 30px; - border: 1px solid #95B8E7; + border: 1px solid #d3d3d3; border-radius:5px; } diff --git a/erp_web/js/common/common.js b/erp_web/js/common/common.js index 7912aec4..488f2904 100644 --- a/erp_web/js/common/common.js +++ b/erp_web/js/common/common.js @@ -85,8 +85,8 @@ var searchTabHeight = $('.box-body').height(); if($('#tableData') && $('#tableData').length && $('#tableData').datagrid()) { $('#tableData').datagrid('resize', { - width: $(window).width() - 6, - height: $(window).height() - searchTabHeight -43 + width: $(window).width() - 13, + height: $(window).height() - searchTabHeight -51 }); } } diff --git a/erp_web/js/easyui/themes/gray/easyui.css b/erp_web/js/easyui/themes/gray/easyui.css index e4794dab..37c7ce2e 100644 --- a/erp_web/js/easyui/themes/gray/easyui.css +++ b/erp_web/js/easyui/themes/gray/easyui.css @@ -2007,8 +2007,8 @@ cursor: default; } .datagrid-row-selected { - background: #0092DC; - color: #fff; + background: #e0e0e0; + color: #000000; } .datagrid-row-editing .textbox, .datagrid-row-editing .textbox-text { diff --git a/erp_web/js/print/print_form.html b/erp_web/js/print/print_form.html index 3e423b56..39695929 100644 --- a/erp_web/js/print/print_form.html +++ b/erp_web/js/print/print_form.html @@ -2,7 +2,7 @@