|
|
@@ -6,7 +6,7 @@
|
|
|
<icon name="chart-line" class="text-icon"></icon>
|
|
|
</span>
|
|
|
<div class="d-flex">
|
|
|
- <span class="fs-xl text mx-2">线别过数统计</span>
|
|
|
+ <span class="fs-xl text mx-2">线体当日产量统计</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="d-flex jc-center body-box">
|
|
|
@@ -22,7 +22,7 @@ export default {
|
|
|
return {
|
|
|
config: {
|
|
|
//header: ['组件', '分支', '覆盖率'],
|
|
|
- header: ['线别', '过数'],
|
|
|
+ header: ['线别', '产量'],
|
|
|
data: [/*
|
|
|
['组件1', 'dev-1', "<span class='colorGrass'>↑75%</span>"],
|
|
|
['组件2', 'dev-2', "<span class='colorRed'>↓33%</span>"],
|
|
|
@@ -114,7 +114,7 @@ $box-width: 300px;
|
|
|
}
|
|
|
.text {
|
|
|
color: #c3cbde;
|
|
|
- font-size: 15px;
|
|
|
+ // font-size: 15px;
|
|
|
}
|
|
|
.body-box {
|
|
|
border-radius: 10px;
|