Pārlūkot izejas kodu

Merge branch 'master' of http://182.92.126.35:3000/hrx/mky-vent-base

hongrunxia 4 mēneši atpakaļ
vecāks
revīzija
c658490e7c

+ 4 - 2
src/views/vent/monitorManager/alarmMonitor/common/echartLine2.vue

@@ -33,8 +33,10 @@
       let option = {
         tooltip: {
           trigger: 'axis',
-          axisPointer: {
-            type: 'cross',
+          backgroundColor: 'rgba(0, 0, 0, .6)',
+          textStyle: {
+            color: '#fff',
+            fontSize: 12,
           },
         },
 

+ 1 - 0
src/views/vent/monitorManager/alarmMonitor/warn/ventilateWarn.vue

@@ -591,6 +591,7 @@ onUnmounted(() => {
                 &:first-child {
                   display: inline-block;
                   width: 68px;
+                  text-align: right;
                 }
 
                 &:last-child {