Label: more space between details and barcode row (1mm → 2.5mm)
Deploy to LXC / deploy (push) Successful in 19s
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user