From ac46dd67030ac6a00d91f6a300b09aba30e8bbbe Mon Sep 17 00:00:00 2001 From: lijiahangmax Date: Sun, 2 Mar 2025 20:16:09 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E4=BC=98=E5=8C=96=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/workplace-statistics.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/orion-visor-ui/src/views/dashboard/workplace/components/workplace-statistics.vue b/orion-visor-ui/src/views/dashboard/workplace/components/workplace-statistics.vue index eaf0ffa3..485c0dc0 100644 --- a/orion-visor-ui/src/views/dashboard/workplace/components/workplace-statistics.vue +++ b/orion-visor-ui/src/views/dashboard/workplace/components/workplace-statistics.vue @@ -135,10 +135,10 @@ const { chartOption: terminalConnectChart } = useChartOption(() => { return { grid: { - left: 0, - right: 0, - top: 10, - bottom: 0, + left: 8, + right: 8, + top: 8, + bottom: 8, }, xAxis: { type: 'category', @@ -176,10 +176,10 @@ const { chartOption: execCommandChart } = useChartOption(() => { return { grid: { - left: 0, - right: 0, - top: 10, - bottom: 0, + left: 8, + right: 8, + top: 8, + bottom: 8, }, xAxis: { type: 'category',