mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-24 20:07:43 +08:00
Demo:修复基础样式-设置节点外边距未保存的问题
This commit is contained in:
parent
3aed09a8c3
commit
f2b247e85c
@ -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
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
// 切换显示水印与否
|
||||
|
||||
Loading…
Reference in New Issue
Block a user