Sfoglia il codice sorgente

巡检统计点击跳转

lipenghui 1 mese fa
parent
commit
cf5e84d7c0
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/pms/stat/inspect.vue

+ 2 - 2
src/views/pms/stat/inspect.vue

@@ -432,14 +432,14 @@ const initGaugeChart = (el: any, value: number, color: string, type: string) =>
         max: value, // 使用设备总数作为最大值
         progress: {
           show: true,
-          width: 22,
+          width: 25,
           itemStyle: {
             color: color
           }
         },
         axisLine: {
           lineStyle: {
-            width: 22,
+            width: 25,
             color: [[1, '#E5E7EB']]
           }
         },