From c168eaa58efc673560c70b9d5fcc56383d671c52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Mon, 9 May 2022 09:58:27 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BF=AE=E6=94=B9=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E9=BB=98=E8=AE=A4=E9=85=8D=E7=BD=AE=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/chartLayoutStore/chartLayoutStore.ts | 4 ++-- src/views/chart/contentHeader/headerLeftBtn/index.vue | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/store/modules/chartLayoutStore/chartLayoutStore.ts b/src/store/modules/chartLayoutStore/chartLayoutStore.ts index d37dd428..e2c4ac9b 100644 --- a/src/store/modules/chartLayoutStore/chartLayoutStore.ts +++ b/src/store/modules/chartLayoutStore/chartLayoutStore.ts @@ -19,8 +19,8 @@ export const useChartLayoutStore = defineStore({ layers: true, // 图表组件 charts: true, - // 详情设置 - details: true + // 详情设置(收缩为true) + details: false }, getters: { getLayers(): boolean { diff --git a/src/views/chart/contentHeader/headerLeftBtn/index.vue b/src/views/chart/contentHeader/headerLeftBtn/index.vue index ae1a4fd1..59a5c223 100644 --- a/src/views/chart/contentHeader/headerLeftBtn/index.vue +++ b/src/views/chart/contentHeader/headerLeftBtn/index.vue @@ -8,6 +8,7 @@ +