From 6f8abc975816e2183165882e464e2c2319b37ca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98937886381=E2=80=99?= <‘937886381@qq.com’> Date: Wed, 17 Apr 2024 16:15:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ISRAChart.vue | 30 +++++++---- .../OperationalOverview/processingBoard.vue | 51 +++++++++---------- 2 files changed, 45 insertions(+), 36 deletions(-) diff --git a/src/views/OperationalOverview/components/ISRAChart.vue b/src/views/OperationalOverview/components/ISRAChart.vue index b38edf38..2dc04a67 100644 --- a/src/views/OperationalOverview/components/ISRAChart.vue +++ b/src/views/OperationalOverview/components/ISRAChart.vue @@ -1,7 +1,7 @@ @@ -125,7 +125,13 @@ export default { fontSize: 20, color: '#fff00', }, - }, + }, + grid: { + left: '1%', + right: '1%', + bottom: '0', + containLabel: true + }, // legend: { // bottom: '10%', // left: 'center', @@ -213,15 +219,19 @@ export default { .isra-chart { width: 100%; height: 100%; + position: absolute; + top: 7%; } + .isra-chart-tooltip { + background: #0a2b4f77 !important; + border: none !important; + backdrop-filter: blur(12px); + } + + .isra-chart-tooltip * { + color: #fff !important; + } diff --git a/src/views/OperationalOverview/processingBoard.vue b/src/views/OperationalOverview/processingBoard.vue index f73da45b..aff0f1d2 100644 --- a/src/views/OperationalOverview/processingBoard.vue +++ b/src/views/OperationalOverview/processingBoard.vue @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2021-07-19 15:18:30 * @LastEditors: zhp - * @LastEditTime: 2024-04-16 14:03:31 + * @LastEditTime: 2024-04-17 16:08:08 * @Description: -->