From 4fda37051ed4ad9bae684784546baa6d7b52a295 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Fri, 12 Mar 2021 15:24:48 +0800 Subject: [PATCH] change supplier do date and supplier name --- resources/views/pdf/po.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/pdf/po.blade.php b/resources/views/pdf/po.blade.php index 8bc1650e..7444de16 100644 --- a/resources/views/pdf/po.blade.php +++ b/resources/views/pdf/po.blade.php @@ -8,10 +8,10 @@ body { font-family: sun-extA; overflow: wrap; - margin-top: 50px; margin-bottom: 50px; + margin-top: 80px; margin-bottom: 80px; } - .header {top: -50px; position: fixed;} - .footer {bottom: -50px; position: fixed;} + .header {top: -80px; position: fixed;} + .footer {bottom: -80px; position: fixed;} table { width: 100%; }