Changed pdf layout

This commit is contained in:
Greenscreener 2021-01-23 03:44:20 +01:00
parent 186018b4b1
commit e3b31f0c89

View File

@ -274,17 +274,25 @@ export default {
}
]).flat(),
{
text: `Dne ${this.zaloba.datum} v České republice`,
text: "_____________________",
color: "#fff",
alignment: "right",
margin: [0, 30, 0, 0]
margin: [0, 50, 0, 0],
decoration: "underline",
decorationColor: "#000"
},
{
text: "__________________________",
text: `${this.zaloba.zalobci[0].jmeno} ${this.zaloba.zalobci[0].prijmeni}`,
alignment: "right",
margin: [0, 30, 0, 0]
margin: [0, 10, 0, 0]
},
{
text: `${this.zaloba.zalobci[0].sidlo.mesto}, dne ${this.zaloba.datum}`,
alignment: "right",
},
}
],
defaultStyle: {
font: 'SourceSerifPro'