Browse Source

系统集成统计样式微调

LXXXY 5 years ago
parent
commit
6b0a3d6f2a

+ 0 - 1
src/components/point/report/integrateStatistics.vue

@@ -126,7 +126,6 @@ export default {
               label:{
                   color:'rgb(121, 187, 255)',
               },
-              
               emphasis: {
                 itemStyle: {
                   // 高亮时点的颜色。

+ 1 - 1
src/views/point/report/index.vue

@@ -4,7 +4,7 @@
     <div class="contain-block" style="width:calc(30% - 15px);margin-right:15px;min-width:385px;">
       <span class="contain-title-leftblock">系统集成统计</span>
       <div class="contain-data">
-        <integrateStatistics ref="chart" style="height: calc(100% - 15px);" :key="refresh"></integrateStatistics>
+        <integrateStatistics ref="chart" style="height: calc(100% - 5px);" :key="refresh"></integrateStatistics>
       </div>
     </div>
     <!-- 表号功能号总览页面 -->