feat: replace html2canvas with native high-quality browser printing
This commit is contained in:
@@ -15,7 +15,7 @@ export const PrintableReport: React.FC<PrintableReportProps> = ({ reports }) =>
|
||||
style={{ width: '210mm', background: 'white' }}
|
||||
>
|
||||
{reports.map((report, idx) => (
|
||||
<div key={idx} className="report-page pdf-export bg-white" style={{ minHeight: '297mm' }}>
|
||||
<div key={idx} className="report-page bg-white" style={{ minHeight: '297mm' }}>
|
||||
<ReportDisplay report={report} />
|
||||
</div>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user