Client: Added some info to qr code printing label

This commit is contained in:
Donkie
2023-08-09 18:50:04 +02:00
parent 3dc678a575
commit ec80973f96
6 changed files with 82 additions and 21 deletions

View File

@@ -160,14 +160,10 @@ const PrintingDialog: React.FC<PrintingDialogProps> = ({
<div
key={index}
style={{
display: "flex",
justifyContent: "center",
alignItems: "center",
width: `${
(paperWidth - marginLeft - marginRight) / paperColumns
}mm`,
height: `${calculatedRowHeight}mm`,
flexDirection: "column",
border: borderShowMode === "grid" ? "1px solid #000" : "none",
}}
>