Compare commits

...

2 Commits

Author SHA1 Message Date
曹鹏飞 77882f07a1 Merge remote-tracking branch '惠信/develop' into develop 2026-02-28 09:38:42 +08:00
曹鹏飞 e751dae69f fix: bug-1343 单据管理-成品发货单,打印显示异常 2026-02-28 09:33:11 +08:00
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;
} }