lipenghui 1 месяц назад
Родитель
Сommit
cf5e84d7c0
1 измененных файлов с 2 добавлено и 2 удалено
  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']]
           }
         },