This commit is contained in:
2026-04-21 14:55:20 +09:00
parent c3202d0b92
commit 934f561f86
4 changed files with 14 additions and 9 deletions

View File

@@ -79,8 +79,11 @@
}
body[data-print-layout='single'] .print-paper {
width: 206mm;
height: 293mm;
width: 204mm;
height: 291mm;
align-items: flex-start;
justify-content: center;
padding-top: 3mm;
}
.print-paper--double {
@@ -97,8 +100,8 @@
}
body[data-print-layout='single'] .print-paper--single .print-sheet-frame {
width: 152mm;
height: 216mm;
width: 198mm;
height: 281mm;
}
.print-sheet-frame {
@@ -122,7 +125,7 @@
width: 762px !important;
max-width: none !important;
transform-origin: top left;
transform: scale(0.732);
transform: scale(0.978);
box-shadow: none !important;
background: #ffffff !important;
}