From 2903f0fb05e8818bf5be4b7f629f7d8226480fa1 Mon Sep 17 00:00:00 2001 From: Mr.Zhang <710666463@qq.com> Date: 星期五, 25 八月 2023 18:36:37 +0800 Subject: [PATCH] 1.0.3 企业 大屏 平台 --- screen_standard/src/views/process.vue | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/screen_standard/src/views/process.vue b/screen_standard/src/views/process.vue index 5ddfde1..d81206d 100644 --- a/screen_standard/src/views/process.vue +++ b/screen_standard/src/views/process.vue @@ -328,6 +328,15 @@ color: ['#fff'] } }, + axisLine: { + show: true, + onZero: true, + lineStyle: { + width: 1, + color: '#fff', + opacity: .5 + } + }, axisLabel: { textStyle: { color: '#fff' @@ -344,6 +353,15 @@ color: ['#fff'] } }, + axisLine: { + show: true, + onZero: true, + lineStyle: { + width: 1, + color: '#fff', + opacity: .5 + } + }, axisLabel: { textStyle: { color: '#fff' -- Gitblit v1.9.3