Merge pull request #121 from JOYCEQL/feat/workbench

perf: print hide break line
This commit is contained in:
qingchen
2025-01-16 11:57:56 +08:00
committed by GitHub
@@ -239,6 +239,11 @@ const PdfExport = () => {
.scale-90 {
transform: none !important;
}
.page-break-line {
display: none;
}
${Array.from(document.styleSheets)
.map((sheet) => {
try {