mirror of
https://github.com/r-ca/md2pdf-meow.git
synced 2024-11-22 15:43:15 +00:00
マージン変更
This commit is contained in:
parent
5ba02f1054
commit
55fe080f65
|
@ -6,10 +6,10 @@ async function generatePDF() {
|
||||||
htmlPdf.setOptions({
|
htmlPdf.setOptions({
|
||||||
format: "A4",
|
format: "A4",
|
||||||
margin: {
|
margin: {
|
||||||
top: "20mm",
|
top: "16mm",
|
||||||
right: "20mm",
|
right: "16mm",
|
||||||
bottom: "20mm",
|
bottom: "16mm",
|
||||||
left: "20mm"
|
left: "16mm"
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user