서명란, 도장란 테두리 두께 0으로 설정

This commit is contained in:
dohyeons 2025-10-02 09:58:46 +09:00
parent b32b05a76c
commit e697acb2c9
1 changed files with 2 additions and 2 deletions

View File

@ -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",
}),
// 테이블 전용