fix(print): no a4 and css for indications
This commit is contained in:
parent
02d4515fe0
commit
7290d7272b
4 changed files with 10 additions and 25 deletions
|
@ -7,16 +7,6 @@
|
|||
height: 295mm;
|
||||
border: 1px dotted #aaa;
|
||||
}
|
||||
.indications,
|
||||
.indications2 {
|
||||
display: none;
|
||||
}
|
||||
.yw-main-content.alone .indications,
|
||||
.yw-main-content.alone .indications2,
|
||||
.include:last-child .indications,
|
||||
.include:last-child .indications2 {
|
||||
display: block;
|
||||
}
|
||||
.indications img,
|
||||
.indications2 img {
|
||||
width: 185mm;
|
||||
|
@ -218,7 +208,9 @@
|
|||
padding: 0 !important;
|
||||
--padding-x: 0;
|
||||
}
|
||||
.full-portrait-a4 {
|
||||
.full-portrait-a4,
|
||||
.indications,
|
||||
.indications2 {
|
||||
page-break-after: always;
|
||||
max-width: 210mm;
|
||||
max-height: 297mm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue