|
|
|
|
@ -7,7 +7,7 @@ |
|
|
|
|
<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="color: #00FFC6;font-family: Acumin-Pro-Condensed-Black-2;"> |
|
|
|
|
<div style="color: #00FFFC;font-family: Acumin-Pro-Condensed-Black-2;"> |
|
|
|
|
{{ item }} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
@ -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: { |
|
|
|
|
|