From f330a71dfe0897cfa43c28598f3fb30c5f7f5c7f Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Wed, 27 Mar 2024 19:11:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/echarts-data.ts | 3 +-- src/views/login/components/LoginForm.vue | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/home/echarts-data.ts b/src/views/home/echarts-data.ts index 5dd398a..0768782 100644 --- a/src/views/home/echarts-data.ts +++ b/src/views/home/echarts-data.ts @@ -5,8 +5,7 @@ const { t } = useI18n() export const lineOptions: EChartsOption = { xAxis: { - data: [ 1, 2, 3,4,5,6,7,8,9,10,11,12 - ], + data: [ 1, 2, 3,4,5,6,7,8,9,10,11,12], boundaryGap: false, axisTick: { show: false diff --git a/src/views/login/components/LoginForm.vue b/src/views/login/components/LoginForm.vue index 64b8a0e..0aa27fd 100644 --- a/src/views/login/components/LoginForm.vue +++ b/src/views/login/components/LoginForm.vue @@ -7,12 +7,12 @@ - +