Ver Fonte

巡检统计点击跳转

lipenghui há 1 mês atrás
pai
commit
cf5e84d7c0
1 ficheiros alterados com 2 adições e 2 exclusões
  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']]
           }
         },