From 95f07507b53fade2c60849d303d511a1f03d67c4 Mon Sep 17 00:00:00 2001 From: Samandar Turg'unboev Date: Mon, 30 Jun 2025 10:00:51 +0500 Subject: [PATCH] print --- src/routes/private/boxes-print/BoxesPrint.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/routes/private/boxes-print/BoxesPrint.tsx b/src/routes/private/boxes-print/BoxesPrint.tsx index 907cb7d..80e2112 100644 --- a/src/routes/private/boxes-print/BoxesPrint.tsx +++ b/src/routes/private/boxes-print/BoxesPrint.tsx @@ -43,13 +43,13 @@ const BoxesPrint = forwardRef(({ boxData, key } sx={{ display: 'flex', flexDirection: 'column', - width: '100mm', - height: '100mm', - margin: '0 auto', + width: '10sm', + height: '10sm', + margin: '0', fontSize: '9px', '@media print': { - width: '100mm', - height: '100mm', + width: '10sm', + height: '10sm', }, }} key={key} @@ -62,7 +62,7 @@ const BoxesPrint = forwardRef(({ boxData, key } padding: '4px', display: 'flex', // flexDirection: 'column', - gap: '12px', + gap: '8px', }} > logo @@ -74,14 +74,14 @@ const BoxesPrint = forwardRef(({ boxData, key } gap: '4px', }} > - CPOST EXPRESS CARGO - + CPOST EXPRESS CARGO + Reys: {boxData?.partyName}-{boxData?.client_id} - TEL: +(998) 90 113 44 77 + TEL: +(998) 90 113 44 77 - + telegram instagram @@ -110,7 +110,7 @@ const BoxesPrint = forwardRef(({ boxData, key } }} key={index} > - {list.trekId} + {list.trekId} ))}