From cae22678298c260f432776fe08ab8f643159ec9d Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Thu, 25 May 2023 17:35:12 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91-=E7=A6=85=E9=81=93bug?= =?UTF-8?q?=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dashboard/screen/iso/MeetingCalendar.vue | 4 ++++ .../screen/iso/MeetingInformationChart.vue | 15 +++------------ .../dashboard/screen/wp29/ExpertQuantityChart.vue | 7 ++++--- .../dashboard/screen/wp29/MeetingCalendar.vue | 4 ++++ .../screen/wp29/MeetingInformationChart.vue | 15 +++------------ src/views/screen/iso/MeetingCalendar.vue | 4 ++++ src/views/screen/wp29/MeetingCalendar.vue | 4 ++++ 7 files changed, 26 insertions(+), 27 deletions(-) diff --git a/src/views/dashboard/screen/iso/MeetingCalendar.vue b/src/views/dashboard/screen/iso/MeetingCalendar.vue index 2d94e6e..428a31c 100644 --- a/src/views/dashboard/screen/iso/MeetingCalendar.vue +++ b/src/views/dashboard/screen/iso/MeetingCalendar.vue @@ -359,6 +359,8 @@ export default { font-family: PingFang SC; font-weight: 800; color: #050525; + white-space: pre-wrap; + word-break: break-all; } .tippy-content { @@ -367,6 +369,8 @@ export default { font-weight: 500; color: #050525; margin-top: 8px; + white-space: pre-wrap; + word-break: break-all; } } diff --git a/src/views/dashboard/screen/iso/MeetingInformationChart.vue b/src/views/dashboard/screen/iso/MeetingInformationChart.vue index 3574e6b..9195b2c 100644 --- a/src/views/dashboard/screen/iso/MeetingInformationChart.vue +++ b/src/views/dashboard/screen/iso/MeetingInformationChart.vue @@ -230,12 +230,6 @@ export default { let tooltipTitle = this.getTooltipTitle() let option = { color: ['#069F99', '#97E3E0', '#18E0AB'], - legend: { - show: false - }, - grid: { - top: '40px' - }, tooltip: { formatter: params => { // 获取xAxis data中的数据 @@ -279,22 +273,19 @@ export default { series: [ { name:'计划数量', - stack: 'total', - itemStyle:{ - borderRadius:[0,0,0,0], - }, data: yData[0] }, { name:'实际数量', - stack: 'total', + barGap: '-100%', data: yData[1] }, { name:'完成率', type: 'line', showSymbol: false, - symbol: 'path://M 30 10 A 20 20 0 1 0 30 50 A 20 20 0 1 0 30 10 Z M 30 15 A 15 15 0 1 1 30 45 A 15 15 0 1 1 30 15 Z', + symbol: 'emptyCircle', + // symbol: 'path://M 30 10 A 20 20 0 1 0 30 50 A 20 20 0 1 0 30 10 Z M 30 15 A 15 15 0 1 1 30 45 A 15 15 0 1 1 30 15 Z', areaStyle: { opacity: 0.8, color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ diff --git a/src/views/dashboard/screen/wp29/ExpertQuantityChart.vue b/src/views/dashboard/screen/wp29/ExpertQuantityChart.vue index 01b9162..e3d6f0f 100644 --- a/src/views/dashboard/screen/wp29/ExpertQuantityChart.vue +++ b/src/views/dashboard/screen/wp29/ExpertQuantityChart.vue @@ -17,7 +17,7 @@