Label: more space between details and barcode row (1mm → 2.5mm)
Deploy to LXC / deploy (push) Successful in 19s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-13 10:23:36 +07:00
parent 342d6f0c19
commit 5a0d6f150a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
</div>
{/if}
</div>
<div style="display: flex; align-items: center; gap: 2mm; margin-top: 1mm;">
<div style="display: flex; align-items: center; gap: 2mm; margin-top: 2.5mm;">
<img src={label.barcodeDataUrl} alt={label.shortId} style="height: 5mm; width: auto; max-width: 35mm;" />
<div style="font-size: 9pt; font-weight: bold; color: #000; letter-spacing: 1.5px;">
{label.shortId}
@@ -53,7 +53,7 @@
<div style="font-size: 6pt; color: #666;">P/N: {data.component.partNumber}</div>
{/if}
</div>
<div style="display: flex; align-items: center; gap: 2mm; margin-top: 1mm;">
<div style="display: flex; align-items: center; gap: 2mm; margin-top: 2.5mm;">
<img src={data.barcodeDataUrl} alt={data.shortId} style="height: 5mm; width: auto; max-width: 35mm;" />
<div style="font-size: 9pt; font-weight: bold; color: #000; letter-spacing: 1.5px;">
{data.shortId}
@@ -59,7 +59,7 @@
</div>
{/if}
</div>
<div style="display: flex; align-items: center; gap: 2mm; margin-top: 1mm;">
<div style="display: flex; align-items: center; gap: 2mm; margin-top: 2.5mm;">
<img src={data.barcodeDataUrl} alt={data.shortId} style="height: 5mm; width: auto; max-width: 35mm;" />
<div style="font-size: 9pt; font-weight: bold; color: #000; letter-spacing: 1.5px;">
{data.shortId}