マージン変更

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({
format: "A4",
margin: {
top: "20mm",
right: "20mm",
bottom: "20mm",
left: "20mm"
top: "16mm",
right: "16mm",
bottom: "16mm",
left: "16mm"
},
});