From 0780f1448c46bbfb967a4805c13ba649688d257e Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Mon, 27 Sep 2021 18:15:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=9C=89=E4=BA=9B?= =?UTF-8?q?=E6=9C=BA=E5=99=A8=E4=B8=8A=E5=9B=BE=E8=A1=A8Y=E8=BD=B4?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=A2=AB=E9=81=AE=E6=8C=A1=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/charts/line-chart-block.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/components/charts/line-chart-block.vue b/nezha-fronted/src/components/charts/line-chart-block.vue index d275adef6..6de4ad585 100644 --- a/nezha-fronted/src/components/charts/line-chart-block.vue +++ b/nezha-fronted/src/components/charts/line-chart-block.vue @@ -836,10 +836,10 @@ export default { }, grid: { top: 30, - left: 0, + left: 30, right: 30, containLabel: true, - bottom: 20// 156 + bottom: 30// 156 }, xAxis: { type: 'time',