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: {