fix: resolve compiler conflict in providers.ts, inline style in PrintableReport and implement mobile responsiveness

This commit is contained in:
2026-06-23 17:16:51 +00:00
parent d194dbf383
commit f14a8b0528
4 changed files with 7 additions and 10 deletions
-1
View File
@@ -12,7 +12,6 @@ export const PrintableReport: React.FC<PrintableReportProps> = ({ reports }) =>
id="printable-report-container"
data-report={JSON.stringify(reports)}
className="light bg-white text-slate-900 flex flex-col gap-8"
style={{ background: 'white' }}
>
{reports.map((report, idx) => (
<div key={idx} className="report-page bg-white w-full h-auto">