From 6f1203d1cf895efc473fade3ab049fc30d92c618 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期三, 26 三月 2025 16:48:23 +0800 Subject: [PATCH] 优化 --- screen/src/views/TaskEfficiency.vue | 31 ++++++++++--------------------- 1 files changed, 10 insertions(+), 21 deletions(-) diff --git a/screen/src/views/TaskEfficiency.vue b/screen/src/views/TaskEfficiency.vue index a44debc..61ef984 100644 --- a/screen/src/views/TaskEfficiency.vue +++ b/screen/src/views/TaskEfficiency.vue @@ -498,47 +498,36 @@ series: [ { name: '鍒嗘椂浣滀笟閲�', - type: 'line', - smooth: true, - showAllSymbol: true, - symbol: 'circle', - symbolSize: 0, - lineStyle: { - color: '#2355f5', - borderColor: '#2355f5' - }, + type: 'bar', + barWidth: 15, label: { show: false, position: 'top', color: '#fff', }, itemStyle: { - color: "#2355f5", - lineStyle: { - width: 0, - type: 'solid' - } - }, - areaStyle: { color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ { offset: 0, - color: '#2355f5' + color: '#63d6fa' }, { offset: 1, - color: 'rgba(14, 31, 65,0.1)' + color: '#32718d' } ], false), - shadowColor: 'rgba(124,248,255, 0)', - shadowBlur: 20 + lineStyle: { + width: 1, + type: 'solid' + }, + barBorderRadius: [30, 30, 0, 0], }, data: dataList3.value.map(i => i.workNum || 0) }, { name: '绱浣滀笟閲�', type: 'bar', - barWidth: 6, + barWidth: 15, label: { show: false, position: 'top', -- Gitblit v1.9.3