From b4c2cf07d03d5f7af3c2d57396d9e75bd8235eba Mon Sep 17 00:00:00 2001 From: iqudoo Date: Sun, 14 Jun 2026 14:03:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LabelDesigner.tsx | 2 +- src/components/PreviewGrid.tsx | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/LabelDesigner.tsx b/src/components/LabelDesigner.tsx index a0f9869..c75a419 100644 --- a/src/components/LabelDesigner.tsx +++ b/src/components/LabelDesigner.tsx @@ -1677,7 +1677,7 @@ export const LabelDesigner: React.FC = ({
{ diff --git a/src/components/PreviewGrid.tsx b/src/components/PreviewGrid.tsx index 8b80f0d..55248a2 100644 --- a/src/components/PreviewGrid.tsx +++ b/src/components/PreviewGrid.tsx @@ -705,7 +705,7 @@ export const LayoutPreview: React.FC = ({
{!previewReady ? ( @@ -820,8 +820,7 @@ export const LayoutPreview: React.FC = ({
onSelectRowIndex(item.sourceIndex)} - className={`bg-white text-center relative flex flex-col justify-center cursor-pointer box-border ${isActive ? 'ring-2 ring-inset ring-[#31a8ff] z-10' : '' - }`} + className={`bg-white text-center relative flex flex-col justify-center cursor-pointer box-border`} style={{ width: `${labelWPx}px`, height: `${labelHPx}px`,