mirror of
http://172.20.10.11:3000/gitadmin/INSIGHT-MVP.git
synced 2026-06-25 00:16:41 +02:00
fix(core): PDF-Export Zeitraum groesser und fetter (8pt -> 10pt)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3d486e0541
commit
927de0a809
1 changed files with 3 additions and 3 deletions
|
|
@ -340,11 +340,11 @@ export class ProfileExportService {
|
|||
.strokeColor(accentColor).lineWidth(1).stroke();
|
||||
}
|
||||
|
||||
// Zeitraum (fett)
|
||||
// Zeitraum (fett, größer)
|
||||
const dateRange = this.formatDateRange(proj.fromMonth, proj.fromYear, proj.toMonth, proj.toYear, proj.isCurrent);
|
||||
doc.font('Helvetica-Bold').fontSize(8).fillColor('#555555');
|
||||
doc.font('Helvetica-Bold').fontSize(10).fillColor('#555555');
|
||||
doc.text(dateRange, contentX, yRight, { width: contentWidth });
|
||||
yRight += 12;
|
||||
yRight += 14;
|
||||
|
||||
// Rolle
|
||||
doc.font('Helvetica-Bold').fontSize(10).fillColor(accentColor);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue