From ee60a348d7061e0fc84b986f532a7bf0b315808c Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Sat, 18 Oct 2025 16:15:34 +0200 Subject: [PATCH] Fixed potential display bug in print --- src/Views/Home/Assets.cshtml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Views/Home/Assets.cshtml b/src/Views/Home/Assets.cshtml index 4efb650..f0753e2 100644 --- a/src/Views/Home/Assets.cshtml +++ b/src/Views/Home/Assets.cshtml @@ -1184,7 +1184,7 @@ document.addEventListener('DOMContentLoaded', () => { border: 1px solid #ccc; padding: 4mm; width: 100%; - height: 3.2cm; + height: 3.6cm; box-sizing: border-box; } .barcode-label { @@ -1199,9 +1199,7 @@ document.addEventListener('DOMContentLoaded', () => { height: 60px; } @@media print { - .barcode-grid { - gap: 5mm; - } + .barcode-cell { border: none; }