From e697acb2c90fc4c68b5668f6a7d89810d703ed5d Mon Sep 17 00:00:00 2001 From: dohyeons Date: Thu, 2 Oct 2025 09:58:46 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=9C=EB=AA=85=EB=9E=80,=20=EB=8F=84?= =?UTF-8?q?=EC=9E=A5=EB=9E=80=20=ED=85=8C=EB=91=90=EB=A6=AC=20=EB=91=90?= =?UTF-8?q?=EA=BB=98=200=EC=9C=BC=EB=A1=9C=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/components/report/designer/ReportDesignerCanvas.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/components/report/designer/ReportDesignerCanvas.tsx b/frontend/components/report/designer/ReportDesignerCanvas.tsx index 6b534b08..dad87741 100644 --- a/frontend/components/report/designer/ReportDesignerCanvas.tsx +++ b/frontend/components/report/designer/ReportDesignerCanvas.tsx @@ -105,7 +105,7 @@ export function ReportDesignerCanvas() { labelText: "서명:", labelPosition: "left" as const, showUnderline: true, - borderWidth: 1, + borderWidth: 0, borderColor: "#cccccc", }), // 도장란 전용 @@ -116,7 +116,7 @@ export function ReportDesignerCanvas() { labelText: "(인)", labelPosition: "top" as const, personName: "", - borderWidth: 1, + borderWidth: 0, borderColor: "#cccccc", }), // 테이블 전용