서명란, 도장란 테두리 두께 0으로 설정
This commit is contained in:
parent
b32b05a76c
commit
e697acb2c9
|
|
@ -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",
|
||||
}),
|
||||
// 테이블 전용
|
||||
|
|
|
|||
Loading…
Reference in New Issue