2016-02-12 23:52:43 +08:00
|
|
|
/**
|
|
|
|
* Additional rules when generating PDF from the reports.
|
|
|
|
*/
|
|
|
|
|
2018-07-09 19:13:44 +08:00
|
|
|
// Hide all fas icons
|
|
|
|
.fas {
|
2016-02-12 23:52:43 +08:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.print-report-body {
|
|
|
|
.print-report {
|
|
|
|
overflow-y: hidden !important;
|
|
|
|
overflow-x: hidden !important;
|
|
|
|
}
|
2016-08-11 21:24:18 +08:00
|
|
|
}
|
|
|
|
|
2016-08-12 14:54:14 +08:00
|
|
|
tr {
|
|
|
|
page-break-inside: avoid;
|
|
|
|
}
|
|
|
|
|
|
|
|
thead {
|
|
|
|
display: table-row-group;
|
|
|
|
}
|
2020-07-08 16:48:29 +08:00
|
|
|
|
|
|
|
.print-header-body {
|
|
|
|
.print-header {
|
|
|
|
line-height: 50px;
|
|
|
|
|
|
|
|
.logo-img {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0 0 0 30px;
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-numbers {
|
|
|
|
display: inline-block;
|
|
|
|
float: right;
|
|
|
|
margin: 0 30px 0 0;
|
2020-07-09 22:24:14 +08:00
|
|
|
white-space: nowrap;
|
2020-07-08 16:48:29 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.print-footer-body {
|
|
|
|
.print-footer {
|
|
|
|
line-height: 50px;
|
|
|
|
|
|
|
|
margin-right: 30px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|