修改进度条样式

This commit is contained in:
GGJ
2024-11-06 13:25:42 +08:00
parent 7dab1302b8
commit 058fc4b2bf
7 changed files with 117 additions and 62 deletions

View File

@@ -325,7 +325,7 @@ const init = async () => {
position: 'right',
offset: (index - 1) * 80
}
console.log("🚀 ~ unitList.forEach ~ right.index:", index)
// console.log("🚀 ~ unitList.forEach ~ right.index:", index)
echartsData.value.yAxis.push({
name: item,
yAxisIndex: index,
@@ -388,7 +388,7 @@ const init = async () => {
echartsData.value.yAxis[index].min = min
echartsData.value.yAxis[index].max = max
})
console.log("🚀 ~ result.forEach ~ echartsData.value:", echartsData.value)
// console.log("🚀 ~ result.forEach ~ echartsData.value:", echartsData.value)
}
loading.value = false
}