From 454a5abf32d8baf15f15805b4f1c45ea2c9933d8 Mon Sep 17 00:00:00 2001 From: Tony Date: Fri, 12 Jul 2024 18:35:36 +0800 Subject: [PATCH] fix: BUG --- god-ui/src/views/workshop/index.vue | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/god-ui/src/views/workshop/index.vue b/god-ui/src/views/workshop/index.vue index a7bcc7e5..d16ecd79 100644 --- a/god-ui/src/views/workshop/index.vue +++ b/god-ui/src/views/workshop/index.vue @@ -607,8 +607,11 @@ export default { legend: { show: true, top: "bottom", left: "center" }, yAxis: [ { - name: '1', + name: "", type: "value", + axisLabel: { + color: '#252525', + }, axisLine: { show: true, lineStyle: { @@ -631,14 +634,15 @@ export default { }, }, { - name: "2", + name: "", type: "value", - max:100, - min:0, + axisLabel: { + color: '#252525', + }, axisLine: { show: true, lineStyle: { - color: "#25252545", + color: "#000", }, }, splitLine: { @@ -696,7 +700,8 @@ export default { }, ], grid: { - left: "10%", + left: "8%", + right: '8%', bottom: "15%", }, })