v0.1.55 - 기간 인쇄 모달 추가
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
background: #ffffff !important;
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
overflow: hidden !important;
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -50,17 +50,11 @@
|
||||
}
|
||||
|
||||
.print-only {
|
||||
display: flex !important;
|
||||
display: block !important;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
height: auto !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
break-inside: avoid-page;
|
||||
page-break-inside: avoid;
|
||||
break-after: avoid-page;
|
||||
page-break-after: avoid;
|
||||
}
|
||||
|
||||
.print-root {
|
||||
@@ -79,7 +73,17 @@
|
||||
justify-content: center;
|
||||
background: #ffffff !important;
|
||||
padding: 0;
|
||||
margin: 0 auto;
|
||||
overflow: hidden;
|
||||
break-after: page;
|
||||
page-break-after: always;
|
||||
break-inside: avoid-page;
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
.print-paper:last-child {
|
||||
break-after: avoid-page;
|
||||
page-break-after: avoid;
|
||||
}
|
||||
|
||||
body[data-print-layout='single'] .print-paper {
|
||||
@@ -116,6 +120,10 @@
|
||||
background: #ffffff !important;
|
||||
}
|
||||
|
||||
.print-sheet-frame--blank {
|
||||
background: #ffffff !important;
|
||||
}
|
||||
|
||||
body[data-print-layout='double'] .print-paper--double .print-sheet-frame {
|
||||
width: 139mm;
|
||||
height: 196mm;
|
||||
|
||||
Reference in New Issue
Block a user