Index: ssts-web/src/main/webapp/disinfectsystem/config/qysrmyy/realTimeDashboards/css/index.css =================================================================== diff -u -r35069 -r35074 --- ssts-web/src/main/webapp/disinfectsystem/config/qysrmyy/realTimeDashboards/css/index.css (.../index.css) (revision 35069) +++ ssts-web/src/main/webapp/disinfectsystem/config/qysrmyy/realTimeDashboards/css/index.css (.../index.css) (revision 35074) @@ -664,4 +664,21 @@ .quarter span { transform: scale(0.9); } +} + +.columnLeft_1 .urgent, +.columnLeft_1 .noUrgent { + display: none; +} + +.columnLeft_1 .noUrgent { + align-items: center; +} + +.columnLeft_1 .noUrgent span{ + font-size: 1.2rem; +} + +.columnLeft_1 .noUrgent h4{ + margin-bottom: 0; } \ No newline at end of file Index: ssts-web/src/main/webapp/disinfectsystem/config/qysrmyy/realTimeDashboards/js/index.js =================================================================== diff -u -r35073 -r35074 --- ssts-web/src/main/webapp/disinfectsystem/config/qysrmyy/realTimeDashboards/js/index.js (.../index.js) (revision 35073) +++ ssts-web/src/main/webapp/disinfectsystem/config/qysrmyy/realTimeDashboards/js/index.js (.../index.js) (revision 35074) @@ -23,7 +23,9 @@ return } if (sstsConfig.enableUrgentFunction) { - $('.urgent').show(); + $('.urgent').css('display','flex'); + }else { + $('.noUrgent').css('display','flex'); } setInterval(getTime, 1000); initToTime(); Index: ssts-web/src/main/webapp/disinfectsystem/config/qysrmyy/realTimeDashboards/index.jsp =================================================================== diff -u -r35069 -r35074 --- ssts-web/src/main/webapp/disinfectsystem/config/qysrmyy/realTimeDashboards/index.jsp (.../index.jsp) (revision 35069) +++ ssts-web/src/main/webapp/disinfectsystem/config/qysrmyy/realTimeDashboards/index.jsp (.../index.jsp) (revision 35074) @@ -24,41 +24,43 @@ -