From 0332ee828ba0b8b14fe46185e1ffc02bfb90d834 Mon Sep 17 00:00:00 2001 From: 15133876896-BGG25 <2233720980@qq.com> Date: Mon, 15 May 2023 15:10:34 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E5=90=84=E5=A4=A7=E5=B1=8F?= =?UTF-8?q?=E4=B8=8D=E5=90=88=E6=A0=BC=E6=A0=87=E9=A2=98=E8=BE=B9=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../content/chart/installtable.vue | 1 + .../Mechanics/content/chart/equipment.vue | 1 + src/views/Offsite/content/chart/equipment.vue | 3 +- .../Offsite/content/chart/offsitegateway.vue | 2 + src/views/PaintShopView/View1/chart/pm.vue | 1 + .../PaintShopView/View1/chart/verticalNum.vue | 37 +- .../finishView/chart/verticalNum.vue | 15 +- .../machiningView/chart/verticalNum.vue | 17 +- .../PaintShopView/stuffView/chart/pm.vue | 3 +- .../stuffView/chart/verticalNum.vue | 17 +- src/views/PaintShopView/weldView/chart/pm.vue | 1 + .../weldView/chart/verticalNum.vue | 28 +- .../chart/verticalNum.vue | 15 +- .../energyConsume/content/chart/power.vue | 5 +- .../energyConsume/content/chart/power2023.vue | 11 +- src/views/energyConsume/content/left.vue | 7 +- .../content/chart/gas.vue | 5 +- .../content/chart/power.vue | 678 +++++++++++------- .../content/chart/power2023.vue | 27 +- .../content/top.vue | 6 +- .../content/chart/humiture.vue | 6 +- .../content/chart/noise.vue | 12 +- .../generalEnvironment/content/chart/pm.vue | 3 +- .../content/chart/humiture.vue | 14 +- .../content/chart/noise.vue | 19 +- .../content/chart/pm.vue | 29 +- .../realtimeSecurity/content/chart/pipe.vue | 7 +- .../content/chart/pressure.vue | 3 +- .../content/chart/pipe.vue | 19 +- 29 files changed, 623 insertions(+), 369 deletions(-) diff --git a/src/views/InPlantProducts/content/chart/installtable.vue b/src/views/InPlantProducts/content/chart/installtable.vue index 49f5f96..ebade98 100644 --- a/src/views/InPlantProducts/content/chart/installtable.vue +++ b/src/views/InPlantProducts/content/chart/installtable.vue @@ -44,6 +44,7 @@ const setData = (value: any, type: number) => { color: "#fff", fontSize: 20, }, + top:'3%' }, series: [ { diff --git a/src/views/Mechanics/content/chart/equipment.vue b/src/views/Mechanics/content/chart/equipment.vue index 12dd9c4..86b8acf 100644 --- a/src/views/Mechanics/content/chart/equipment.vue +++ b/src/views/Mechanics/content/chart/equipment.vue @@ -48,6 +48,7 @@ const setData = (value: any, type: number) => { color: "#fff", fontSize: 20, }, + top:'2%' }, // color: ['#4992FF', '#7CFFB2', '#FDDD60', '#FF6E76'], tooltip: { diff --git a/src/views/Offsite/content/chart/equipment.vue b/src/views/Offsite/content/chart/equipment.vue index 4e13dd1..6547081 100644 --- a/src/views/Offsite/content/chart/equipment.vue +++ b/src/views/Offsite/content/chart/equipment.vue @@ -38,7 +38,8 @@ const setData = (value: any) => { textStyle: { color: '#fff', fontSize: 20 - } + }, + top:'2%' }, tooltip: { trigger: 'item' diff --git a/src/views/Offsite/content/chart/offsitegateway.vue b/src/views/Offsite/content/chart/offsitegateway.vue index 33852d7..83d1560 100644 --- a/src/views/Offsite/content/chart/offsitegateway.vue +++ b/src/views/Offsite/content/chart/offsitegateway.vue @@ -147,6 +147,7 @@ p { display: flex; justify-content: center; align-items: center; + margin-top: 5px; } .colorTip span { margin-right: 1rem; @@ -168,6 +169,7 @@ p { border-radius: 1rem; width: 1rem; height: 1rem; + } .titlesize-name{ font-size: 1.5rem; diff --git a/src/views/PaintShopView/View1/chart/pm.vue b/src/views/PaintShopView/View1/chart/pm.vue index 36f1556..07ee860 100644 --- a/src/views/PaintShopView/View1/chart/pm.vue +++ b/src/views/PaintShopView/View1/chart/pm.vue @@ -47,6 +47,7 @@ const setData = (value: any) => { color: "#fff", fontSize: 20, }, + top:'10px' }, grid: { // 让图表占满容器 diff --git a/src/views/PaintShopView/View1/chart/verticalNum.vue b/src/views/PaintShopView/View1/chart/verticalNum.vue index 6f1d1e4..1381d12 100644 --- a/src/views/PaintShopView/View1/chart/verticalNum.vue +++ b/src/views/PaintShopView/View1/chart/verticalNum.vue @@ -1,5 +1,5 @@