diff --git a/src/pages/05_quotation/peview/ViewForm.vue b/src/pages/05_quotation/peview/ViewForm.vue index c839f050..5eacfa8f 100644 --- a/src/pages/05_quotation/peview/ViewForm.vue +++ b/src/pages/05_quotation/peview/ViewForm.vue @@ -251,8 +251,8 @@ td { display: flex; gap: 1rem; margin-inline: auto; - background: white; - width: 8in; + background: var(--gray-3); + width: calc(8.3in + 1rem); } .container :deep(*) { @@ -260,6 +260,7 @@ td { } .content { width: 100%; + padding: 0.5in; align-items: center; background: white; page-break-after: always; @@ -289,5 +290,9 @@ hr { gap: 0; width: 100%; } + + .content { + padding: 0; + } }