颜色调整

main
jn517618 2 years ago
parent b75bfab2b8
commit 01930a2268
  1. 11
      src/views/energySourcesProvince/component/emissionAll.vue

@ -7,7 +7,7 @@
<div class="card-num-item" v-for="(item, index) in num" :key="index"> <div class="card-num-item" v-for="(item, index) in num" :key="index">
<div :style="item === '.' ? 'background: transparent' : ''"></div> <div :style="item === '.' ? 'background: transparent' : ''"></div>
<div :style="item === '.' ? 'background: transparent' : ''"></div> <div :style="item === '.' ? 'background: transparent' : ''"></div>
<div style="color: #00FFC6;font-family: Acumin-Pro-Condensed-Black-2;"> <div style="color: #00FFFC;font-family: Acumin-Pro-Condensed-Black-2;">
{{ item }} {{ item }}
</div> </div>
</div> </div>
@ -88,7 +88,8 @@ export default {
}, },
axisLine: { axisLine: {
lineStyle: { lineStyle: {
width: 2 width: 2,
opacity: 0.3
} }
}, },
axisTick: { axisTick: {
@ -96,7 +97,8 @@ export default {
splitNumber: 5, splitNumber: 5,
lineStyle: { lineStyle: {
width: 2, width: 2,
color: '#999' color: '#999',
opacity: 0.3
} }
}, },
splitLine: { splitLine: {
@ -104,7 +106,8 @@ export default {
length: 10, length: 10,
lineStyle: { lineStyle: {
width: 2, width: 2,
color: '#999' color: '#999',
opacity: 0.3
} }
}, },
axisLabel: { axisLabel: {

Loading…
Cancel
Save