Explorar el Código

巡检统计点击跳转

lipenghui hace 1 mes
padre
commit
cf5e84d7c0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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']]
           }
         },