lxh 3 ماه پیش
والد
کامیت
ebcbbf6512
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/vent/monitorManager/alarmMonitor/common/warnGradeEchart.vue

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

@@ -38,7 +38,7 @@ watch(
         echartDatas.value=data
         getOption();
     },
-    { immediate : true, }
+    { deep : true, }
 );
 
 function getOption() {
@@ -95,7 +95,7 @@ function getOption() {
                 labelLine: {
                     normal: {
                         lineStyle: {
-                            color: '#eee',
+                            color: 'rgb(98,137,169)',
                         },
                         smooth: 0.2,
                         length: 10,