mirror of
https://github.com/tmaier/asn-qr-code-label-generator.git
synced 2026-03-14 08:33:37 +00:00
fix for Brother HLL2350DW
This commit is contained in:
parent
7aeeba0167
commit
6535987fe5
1 changed files with 2 additions and 2 deletions
|
|
@ -194,13 +194,13 @@
|
|||
</div>
|
||||
|
||||
<div
|
||||
class="container mx-auto w-[210mm] border px-[9mm] py-[13.5mm] print:w-full print:max-w-full print:border-0"
|
||||
class="container mx-auto w-[210mm] border px-[9mm] py-[12.5mm] print:w-full print:max-w-full print:border-0"
|
||||
>
|
||||
<!-- Display QR Code Labels -->
|
||||
<ol class="grid grid-cols-7 gap-x-[2.5mm]">
|
||||
<template x-for="label in labels">
|
||||
<li
|
||||
class="flex h-[10mm] w-[25.4mm] items-center border-[0.5mm] p-[0.5mm] odd:border-blue-500 even:border-red-300"
|
||||
class="flex h-[10mm] w-[25.4mm] items-center border-[0.5mm] p-[0.4mm] odd:border-blue-500 even:border-red-300"
|
||||
:class="{'even:border-transparent odd:border-transparent': !borderToggle}"
|
||||
>
|
||||
<img
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue