feat: make background white when print to pdf
This commit is contained in:
parent
b1cbb8cad3
commit
6cf9a90f70
1 changed files with 4 additions and 0 deletions
|
|
@ -223,6 +223,10 @@ html {
|
|||
}
|
||||
|
||||
@media print {
|
||||
html {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.no-print {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue