修改表头

This commit is contained in:
马三炮 2026-01-27 10:58:59 +08:00
parent 1c7f790142
commit 23a1a78428
1 changed files with 2 additions and 2 deletions

View File

@ -363,8 +363,8 @@ function print() {
noPrintSelector: ".no-print",
iframe: true,
append: '<style>@page { margin: 0; size: auto; } @media print { @page { margin: 0; size: auto; } html { margin: 0; height: auto; } body { margin: 0; height: auto; } .layuimini-container { height: auto !important; } }</style>',
prepend: '<div style="text-align: center; font-size: 34px; font-weight: bold; margin-bottom: 5px;">【退料单】</div>',
prepend: '<div style="text-align: center; font-size: 34px; font-weight: bold; margin-top: 20px;">【退料单】</div>',
manuallyCopyFormValues: true,
deferred: $.Deferred()
});
}
}