diff --git a/src/views/pictureOnMap/page/DrainageSystem/components/RightCharts.vue b/src/views/pictureOnMap/page/DrainageSystem/components/RightCharts.vue index bfd5a24..4e0d62f 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/components/RightCharts.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/components/RightCharts.vue @@ -120,7 +120,7 @@ // minInterval: 1, min: 0, axisLabel: { - color: "#AAC1CF", + color: "#19D5FF", show: true, formatter: function (value) { return value.toFixed(2); // 保留两位小数 @@ -147,7 +147,7 @@ // minInterval: 1, min: 0, axisLabel: { - color: "#AAC1CF", + color: "#b14de5", show: true, formatter: function (value) { return value.toFixed(2); // 保留两位小数 @@ -172,7 +172,7 @@ // minInterval: 1, min: 0, axisLabel: { - color: "#AAC1CF", + color: "#99FF55", show: true, formatter: function (value) { return value.toFixed(2); // 保留两位小数