Parcourir la source

提交新版本

lxh il y a 1 an
Parent
commit
6b8c4ed846
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      src/views/vent/dust/dustHome/components/multipleDust.vue

+ 3 - 3
src/views/vent/dust/dustHome/components/multipleDust.vue

@@ -94,7 +94,7 @@ function getOption() {
                     show: true,
                     lineStyle: {
                         color: 'rgba(100, 99, 99,.5)',
-                            type: 'dashed'
+                        type: 'dashed'
                     }
                 },
                 axisLine: {
@@ -137,7 +137,7 @@ function getOption() {
                         color: "#1fb3f7",
                         borderColor: "#1fb3f7",
                         borderWidth: 1,
-                       
+
                     },
                     tooltip: {
                         show: false
@@ -183,6 +183,6 @@ onMounted(() => {
     .multiple-box {
         width: 100%;
         height: 100%;
-       }
+    }
 }
 </style>