update 修改质量管理

This commit is contained in:
lb
2022-11-14 09:21:07 +08:00
parent b32012f12f
commit 1f73240063
7 changed files with 224 additions and 107 deletions

View File

@@ -130,7 +130,7 @@ export default {
}
]
} else {
const barWidth = 400 / 2 / this.dataList[0].data.length
const barWidth = 320 / 2 / this.dataList[0].data.length
this.series = [
{
// 柱体
@@ -167,7 +167,7 @@ export default {
itemStyle: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
{ offset: 0, color: 'rgba(59, 76, 118, 0)' },
{ offset: 1, color: '#2c6e7d' }
{ offset: 1, color: this.dataList[0].bottomColor }
])
},
label: {
@@ -188,7 +188,7 @@ export default {
symbol: 'circle',
symbolOffset: [0, '50%'],
symbolSize: [barWidth, 6],
itemStyle: { color: '#2c6e7d' },
itemStyle: { color: this.dataList[0].bottomColor + '9f' },
data: this.dataList[0].data
}
]
@@ -276,7 +276,7 @@ export default {
/* .fault-category-chart::before { */
content: '';
position: absolute;
bottom: calc(30px * var(--beilv));
bottom: calc(36px * var(--beilv));
left: 9%;
height: calc(32px * var(--beilv));
width: 90%;
@@ -288,7 +288,7 @@ export default {
/* .process-fault-chart::before { */
content: '';
position: absolute;
bottom: 12%;
bottom: 18%;
left: 8%;
height: calc(32px * var(--beilv));
/* bottom: calc(20px * var(--beilv));