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