|
|
@@ -6,10 +6,10 @@
|
|
|
v-for="item in titleItem"
|
|
|
:key="item.title"
|
|
|
>
|
|
|
- <p class="ml-3 colorText fw-b " style="font-size:23px;">{{ item.title }}</p>
|
|
|
+ <p class="ml-3 colorText fw-b " style="font-size:26px;">{{ item.title }}</p>
|
|
|
<div>
|
|
|
<dv-digital-flop
|
|
|
- class="dv-dig-flop ml-1 mt-2 pl-3"
|
|
|
+ class="dv-dig-flop ml-1 mt-3 pl-3"
|
|
|
:config="item.number"
|
|
|
/>
|
|
|
</div>
|
|
|
@@ -59,9 +59,9 @@
|
|
|
number: [element.v_value],
|
|
|
//toFixed: 1,
|
|
|
textAlign: 'left',
|
|
|
- content: '{nt}',
|
|
|
+ content: (element.v_name =='实装点数'? '{nt}K':'{nt}'),
|
|
|
style: {
|
|
|
- fontSize: 34,
|
|
|
+ fontSize: 35,
|
|
|
fill: '#2e92e7',
|
|
|
fontWeight:'bold',
|
|
|
// fontFamily:'"Lucida Console", "Courier New", monospace'
|