mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 02:08:10 +08:00
perf(视图): 新建视图外边距继承了之前编辑的视图
This commit is contained in:
@@ -117,7 +117,11 @@ export default {
|
||||
}
|
||||
if (customStyle.margin) {
|
||||
this.marginForm = customStyle.margin
|
||||
} else {
|
||||
this.marginForm = JSON.parse(JSON.stringify(DEFAULT_MARGIN_STYLE))
|
||||
}
|
||||
} else {
|
||||
this.marginForm = JSON.parse(JSON.stringify(DEFAULT_MARGIN_STYLE))
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user