v0.1.28 - 사이드 레이아웃 재정리와 2페이지 인쇄 보정
This commit is contained in:
@@ -88,15 +88,15 @@
|
||||
|
||||
.print-paper--double {
|
||||
display: grid !important;
|
||||
grid-template-columns: repeat(2, 141mm);
|
||||
grid-template-columns: repeat(2, 139mm);
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
column-gap: 3mm;
|
||||
column-gap: 4mm;
|
||||
}
|
||||
|
||||
body[data-print-layout='double'] .print-paper {
|
||||
width: 287mm;
|
||||
height: 198mm;
|
||||
width: 285mm;
|
||||
height: 196mm;
|
||||
}
|
||||
|
||||
body[data-print-layout='single'] .print-paper--single .print-sheet-frame {
|
||||
@@ -113,8 +113,8 @@
|
||||
}
|
||||
|
||||
body[data-print-layout='double'] .print-paper--double .print-sheet-frame {
|
||||
width: 141mm;
|
||||
height: 198mm;
|
||||
width: 139mm;
|
||||
height: 196mm;
|
||||
}
|
||||
|
||||
.planner-sheet {
|
||||
@@ -134,7 +134,7 @@
|
||||
width: 762px !important;
|
||||
max-width: none !important;
|
||||
transform-origin: top left;
|
||||
transform: scale(0.694);
|
||||
transform: scale(0.684);
|
||||
box-shadow: none !important;
|
||||
background: #ffffff !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user