Index: ssts-web/src/main/webapp/disinfectsystem/config/gyey/realTimeDashboards/css/index.css =================================================================== diff -u -r36122 -r36127 --- ssts-web/src/main/webapp/disinfectsystem/config/gyey/realTimeDashboards/css/index.css (.../index.css) (revision 36122) +++ ssts-web/src/main/webapp/disinfectsystem/config/gyey/realTimeDashboards/css/index.css (.../index.css) (revision 36127) @@ -367,11 +367,11 @@ } .columnRight_2 { - height: 32%; + height: 30%; } .columnRight_3 { - height: 40%; + height: 42%; } .sales { Index: ssts-web/src/main/webapp/disinfectsystem/config/gyey/realTimeDashboards/js/index.js =================================================================== diff -u -r36125 -r36127 --- ssts-web/src/main/webapp/disinfectsystem/config/gyey/realTimeDashboards/js/index.js (.../index.js) (revision 36125) +++ ssts-web/src/main/webapp/disinfectsystem/config/gyey/realTimeDashboards/js/index.js (.../index.js) (revision 36127) @@ -452,7 +452,7 @@ html += ''; } $('#urgentSum').html(html) - if (toBeInvoiceUrgentSum.length < 6) { + if (toBeInvoiceUrgentSum.length < 5) { $('#urgentSum').removeClass('marquee'); } }