@@ -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: {
color: [[1, '#E5E7EB']]