マージン変更

This commit is contained in:
rca 2024-08-12 21:04:06 +09:00
parent 5ba02f1054
commit 55fe080f65

View File

@ -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"
}, },
}); });