forked from github/dataease
refactor(数据大屏): 组件组合后图层列表默认展开组合明细
This commit is contained in:
parent
6eee52b87f
commit
aef0629df0
@ -171,7 +171,7 @@ export const composeStore = defineStore('compose', {
|
|||||||
name: '组合',
|
name: '组合',
|
||||||
label: '组合',
|
label: '组合',
|
||||||
icon: 'group',
|
icon: 'group',
|
||||||
expand: false,
|
expand: true,
|
||||||
commonBackground: {
|
commonBackground: {
|
||||||
...deepCopy(COMMON_COMPONENT_BACKGROUND_MAP[curOriginThemes.value]),
|
...deepCopy(COMMON_COMPONENT_BACKGROUND_MAP[curOriginThemes.value]),
|
||||||
backgroundColorSelect: false,
|
backgroundColorSelect: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user