refactor: fixed page high when in web page
This commit is contained in:
parent
4f3040e794
commit
64ea0c9234
1 changed files with 5 additions and 0 deletions
|
|
@ -265,10 +265,14 @@ td {
|
||||||
background: white;
|
background: white;
|
||||||
page-break-after: always;
|
page-break-after: always;
|
||||||
break-after: page;
|
break-after: page;
|
||||||
|
height: 11.7in;
|
||||||
|
max-height: 11.7in;
|
||||||
}
|
}
|
||||||
|
|
||||||
.position-bottom {
|
.position-bottom {
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detail-note {
|
.detail-note {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
@ -294,6 +298,7 @@ hr {
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
height: unset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue