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 @@ - +