fix: bug-1343 单据管理-成品发货单,打印显示异常

This commit is contained in:
曹鹏飞 2026-02-28 09:33:11 +08:00
parent a68763e1b4
commit e751dae69f
1 changed files with 7 additions and 8 deletions

View File

@ -7,19 +7,18 @@
<style> <style>
@media print { @media print {
@page { @page {
size: landscape; size: A4 landscape;
margin: 0;
} }
} }
@page { @page {
/*size: A4 landscape;*/ size: A4 landscape;
size: landscape;
margin: 0;
} }
body { body {
width: 1425px; /*width: 1425px;*/
height: 825px; /*height: 825px;*/
width: 100%;
height: 100%;
font-family: SimSun, monospace; font-family: SimSun, monospace;
font-size: 12pt; font-size: 12pt;
margin: 0; margin: 0;
@ -141,7 +140,7 @@
} }
.package-logo { .package-logo {
width: 300px; width: 250px;
margin: 0 auto 20px; margin: 0 auto 20px;
position: absolute; position: absolute;
} }