minitiger před 8 roky
rodič
revize
b9ddd5af34

+ 2 - 2
VisualInspection/css/statistics/road_manage_statistics.css

@@ -83,7 +83,7 @@
 }
 .row-3,.row-4,.row-6,.row-7{
     width:100%;
-    height:40px;
+    /* height:40px; */
     background-color: #328dc7;
     color: white;
 }
@@ -244,7 +244,7 @@
 .title-div{
     background-color: #529AC5;
     text-align: center;
-    padding: 15px;
+    padding: 10px;
 }
 .title-div span{
     color:#fff;

+ 2 - 2
VisualInspection/css/statistics/toll_station_statistics.css

@@ -120,7 +120,7 @@
 
 .row-3,.row-4,.row-6,.row-7{
     width:100%;
-    height:40px;
+    /* height:40px; */
     background-color: #328dc7;
     color: white;
 }
@@ -277,7 +277,7 @@
 .title-div{
     background-color: #529AC5;
     text-align: center;
-    padding: 15px;
+    padding: 10px;
 }
 .title-div span{
     color:#fff;

+ 1 - 1
VisualInspection/css/statistics/total_company_statistics.css

@@ -229,7 +229,7 @@
 .title-div{
     background-color: #529AC5;
     text-align: center;
-    padding: 15px;
+    padding: 10px;
 }
 .title-div span{
     color:#fff;

+ 1 - 1
VisualInspection/view/statistics/road_manage_statistics.html

@@ -78,7 +78,7 @@
 
   <div class="border-line">
     <div class="row-3"><div class="title-div"><span>人员考核得分后20名</span></div></div>
-    <div id="people-rank-suf" style="height: 100%;height:400px;padding-right:10px;"></div>
+    <div id="people-rank-suf" style="width:100%;height:380px;padding-right:10px;"></div>
     </div>
 
     <div class="row">

+ 1 - 1
VisualInspection/view/statistics/toll_station_statistics.html

@@ -82,7 +82,7 @@
     
     <div class="border-line">
     <div class="row-6"><div class="title-div"><span>考核得分排行榜</span></div></div>
-    <div id="people-score-rank" style="height: 100%;height:400px;"></div>
+    <div id="people-score-rank" style="width:100%;height:380px;"></div>
     </div>
     
     <div class="row">

+ 1 - 1
VisualInspection/view/statistics/total_company_statistics.html

@@ -68,7 +68,7 @@
         <div class="row-6">
             <div class="title-div"><span>公司全体收费站排名</span></div>
         </div>
-        <div id="company-stationAll-rank" style="height: 100%;height:400px;"></div>
+        <div id="company-stationAll-rank" style="width:100%;height:400px;"></div>
     </div>
 
      <div class="row">