feat: page setting
This commit is contained in:
parent
46871302fa
commit
36ef8814d9
1 changed files with 4 additions and 0 deletions
|
|
@ -202,6 +202,10 @@ html {
|
||||||
background-color: hsla(var(--customer-pers) / 0.2) !important;
|
background-color: hsla(var(--customer-pers) / 0.2) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@page {
|
||||||
|
size: a4 portrait;
|
||||||
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
.no-print {
|
.no-print {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue