Commit 74811c7ff6c403af39d90952be433d294ad587c1

Authored by 潘钊
1 parent 7672469f

update

src/main/resources/static/real_control_v2/mapmonitor/css/real.css
... ... @@ -775,7 +775,7 @@ input[type=checkbox].disabled{
775 775 }
776 776  
777 777 .cc_info_accordion ul{
778   - background: #e1e1e1;
  778 + background: #efefef;
779 779 }
780 780  
781 781 .cc_info_accordion ul li{
... ...
src/main/resources/static/real_control_v2/mapmonitor/fragments/playback_v2/main.html
... ... @@ -570,7 +570,7 @@
570 570 var array = [];
571 571 for (var i = 0, gps; gps = list[i++];) {
572 572 //格式化时间
573   - gps.timeStr = moment(this.timestamp).format('HH:mm.ss');
  573 + gps.timeStr = moment(gps.timestamp).format('HH:mm.ss');
574 574 try {
575 575 if (i > 0 && array[array.length - 1].road.road_CODE == gps.road.road_CODE)
576 576 array.pop();
... ...