Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -47,15 +47,15 @@
|
||||
{/if}
|
||||
{#if label.voltage || label.frequency}
|
||||
<div style="font-size: 6pt; color: #666;">
|
||||
{[label.voltage, label.frequency].filter(Boolean).join(' / ')}
|
||||
{[label.voltage, label.frequency].filter(Boolean).join(' | ')}
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
<div style="display: flex; align-items: center; gap: 2mm; margin-top: 1mm;">
|
||||
<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}
|
||||
</div>
|
||||
<img src={label.barcodeDataUrl} alt={label.shortId} style="height: 5mm; width: auto; max-width: 35mm;" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -54,10 +54,10 @@
|
||||
{/if}
|
||||
</div>
|
||||
<div style="display: flex; align-items: center; gap: 2mm; margin-top: 1mm;">
|
||||
<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}
|
||||
</div>
|
||||
<img src={data.barcodeDataUrl} alt={data.shortId} style="height: 5mm; width: auto; max-width: 35mm;" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -55,15 +55,15 @@
|
||||
{/if}
|
||||
{#if data.device.voltage || data.device.frequency}
|
||||
<div style="font-size: 6pt; color: #666;">
|
||||
{[data.device.voltage, data.device.frequency].filter(Boolean).join(' / ')}
|
||||
{[data.device.voltage, data.device.frequency].filter(Boolean).join(' | ')}
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
<div style="display: flex; align-items: center; gap: 2mm; margin-top: 1mm;">
|
||||
<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}
|
||||
</div>
|
||||
<img src={data.barcodeDataUrl} alt={data.shortId} style="height: 5mm; width: auto; max-width: 35mm;" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user