Demo:修复基础样式-设置节点外边距未保存的问题

This commit is contained in:
wanglin2 2023-07-21 14:10:40 +08:00
parent 3aed09a8c3
commit f2b247e85c

View File

@ -879,6 +879,12 @@ export default {
}
this.data.theme.config[this.marginActiveTab][type] = value
this.mindMap.setThemeConfig(this.data.theme.config)
storeConfig({
theme: {
template: this.mindMap.getTheme(),
config: this.data.theme.config
}
})
},
//