Fix demo
This commit is contained in:
@ -160,11 +160,15 @@ const doc = new Document({
|
|||||||
sections: [
|
sections: [
|
||||||
{
|
{
|
||||||
properties: {
|
properties: {
|
||||||
|
page: {
|
||||||
|
margin: {
|
||||||
top: 700,
|
top: 700,
|
||||||
right: 700,
|
right: 700,
|
||||||
bottom: 700,
|
bottom: 700,
|
||||||
left: 700,
|
left: 700,
|
||||||
},
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
footers: {
|
footers: {
|
||||||
default: new Footer({
|
default: new Footer({
|
||||||
children: [
|
children: [
|
||||||
|
Reference in New Issue
Block a user