From 64ea0c92346f71a07b7fe1e96b11234a7d9e3e9a Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Thu, 17 Oct 2024 09:50:13 +0700 Subject: [PATCH] refactor: fixed page high when in web page --- src/pages/05_quotation/peview/ViewForm.vue | 5 +++++ 1 file changed, 5 insertions(+) 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; } }