diff --git a/src/pages/05_quotation/peview/ViewForm.vue b/src/pages/05_quotation/peview/ViewForm.vue index 014b63b2..43ff4c88 100644 --- a/src/pages/05_quotation/peview/ViewForm.vue +++ b/src/pages/05_quotation/peview/ViewForm.vue @@ -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; } }