Changed pdf layout
This commit is contained in:
parent
186018b4b1
commit
e3b31f0c89
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user