template header & footer margins
This commit is contained in:
parent
6154518cbd
commit
bfa6eb2347
3 changed files with 34 additions and 12 deletions
|
@ -35,6 +35,8 @@ export const useTemplateUsageStore = defineStore("templateUsage", {
|
|||
headerId: templateUsage.headerId,
|
||||
bodyId: templateUsage.bodyId,
|
||||
footerId: templateUsage.footerId,
|
||||
headerHeight: templateUsage.headerHeight,
|
||||
footerHeight: templateUsage.footerHeight,
|
||||
});
|
||||
this.fetchTemplateUsages();
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue