diff --git a/resources/views/production-orders/printpanel.blade.php b/resources/views/production-orders/printpanel.blade.php index 8164efc..b86bf24 100644 --- a/resources/views/production-orders/printpanel.blade.php +++ b/resources/views/production-orders/printpanel.blade.php @@ -20,11 +20,11 @@ } .qr{ - width:22mm; - height:22mm; + width:28mm; + height:28mm; position:absolute; - top:3mm; - left:9mm; + top:-1mm; + left:5.8mm; } .serial{ @@ -38,12 +38,12 @@ } .desc{ position:absolute; - top:31.5mm; + top:30.6mm; width:100%; text-align:center; font-family:Arial, sans-serif; font-weight:bold; - font-size:2.5mm; + font-size:2mm; white-space:nowrap; }