From 01930a226856d28f246a02fdfa8fb1570e9b13b8 Mon Sep 17 00:00:00 2001 From: jn517618 Date: Thu, 11 Jan 2024 15:33:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=9C=E8=89=B2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../energySourcesProvince/component/emissionAll.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/views/energySourcesProvince/component/emissionAll.vue b/src/views/energySourcesProvince/component/emissionAll.vue index ff774c9..0d08d6c 100644 --- a/src/views/energySourcesProvince/component/emissionAll.vue +++ b/src/views/energySourcesProvince/component/emissionAll.vue @@ -7,7 +7,7 @@
-
+
{{ item }}
@@ -88,7 +88,8 @@ export default { }, axisLine: { lineStyle: { - width: 2 + width: 2, + opacity: 0.3 } }, axisTick: { @@ -96,7 +97,8 @@ export default { splitNumber: 5, lineStyle: { width: 2, - color: '#999' + color: '#999', + opacity: 0.3 } }, splitLine: { @@ -104,7 +106,8 @@ export default { length: 10, lineStyle: { width: 2, - color: '#999' + color: '#999', + opacity: 0.3 } }, axisLabel: {