master
parent
276cf313d5
commit
e5be170764
|
|
@ -320,7 +320,7 @@ const PrintModal = (props) => {
|
|||
contentRef,
|
||||
pageStyle: `@page {
|
||||
size: landscape;
|
||||
margin: 10px;
|
||||
margin: 0mm;
|
||||
}
|
||||
@media print {
|
||||
body {
|
||||
|
|
|
|||
|
|
@ -205,7 +205,7 @@ const PrintModal = (props) => {
|
|||
contentRef,
|
||||
pageStyle: `@page {
|
||||
size: landscape;
|
||||
margin: 10px;
|
||||
margin: 0mm;
|
||||
}
|
||||
@media print {
|
||||
body {
|
||||
|
|
|
|||
Loading…
Reference in New Issue