From aef0629df0e708915fd64790a82fbbbcfd5d97dc Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 10 Sep 2024 14:05:42 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):?= =?UTF-8?q?=20=E7=BB=84=E4=BB=B6=E7=BB=84=E5=90=88=E5=90=8E=E5=9B=BE?= =?UTF-8?q?=E5=B1=82=E5=88=97=E8=A1=A8=E9=BB=98=E8=AE=A4=E5=B1=95=E5=BC=80?= =?UTF-8?q?=E7=BB=84=E5=90=88=E6=98=8E=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/store/modules/data-visualization/compose.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/store/modules/data-visualization/compose.ts b/core/core-frontend/src/store/modules/data-visualization/compose.ts index 9aa7a298ad..0980138ce2 100644 --- a/core/core-frontend/src/store/modules/data-visualization/compose.ts +++ b/core/core-frontend/src/store/modules/data-visualization/compose.ts @@ -171,7 +171,7 @@ export const composeStore = defineStore('compose', { name: '组合', label: '组合', icon: 'group', - expand: false, + expand: true, commonBackground: { ...deepCopy(COMMON_COMPONENT_BACKGROUND_MAP[curOriginThemes.value]), backgroundColorSelect: false,