Browse Source

[Style 0000] 瓦斯监测等监测页面的预测曲线模块样式修改

houzekong 2 months ago
parent
commit
cba7bc4f40

+ 1 - 1
src/views/vent/monitorManager/alarmMonitor/common/measurePoint.vue

@@ -43,7 +43,7 @@
         <div class="text-center">
           {{ item.label }}
         </div>
-        <PredictionCurve :style="{ width: chartWidth || '474px' }" style="height: 300px; margin: 15px" :chart="item" />
+        <PredictionCurve :style="{ width: chartWidth || '470px' }" style="height: 300px; margin: 15px" :chart="item" />
       </div>
     </div>
   </div>