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;
|
||||
page-break-after: always;
|
||||
break-after: page;
|
||||
height: 11.7in;
|
||||
max-height: 11.7in;
|
||||
}
|
||||
|
||||
.position-bottom {
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
.detail-note {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
@ -294,6 +298,7 @@ hr {
|
|||
|
||||
.content {
|
||||
padding: 0;
|
||||
height: unset;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue