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