서명란, 도장란 테두리 두께 0으로 설정
This commit is contained in:
parent
b32b05a76c
commit
e697acb2c9
|
|
@ -105,7 +105,7 @@ export function ReportDesignerCanvas() {
|
||||||
labelText: "서명:",
|
labelText: "서명:",
|
||||||
labelPosition: "left" as const,
|
labelPosition: "left" as const,
|
||||||
showUnderline: true,
|
showUnderline: true,
|
||||||
borderWidth: 1,
|
borderWidth: 0,
|
||||||
borderColor: "#cccccc",
|
borderColor: "#cccccc",
|
||||||
}),
|
}),
|
||||||
// 도장란 전용
|
// 도장란 전용
|
||||||
|
|
@ -116,7 +116,7 @@ export function ReportDesignerCanvas() {
|
||||||
labelText: "(인)",
|
labelText: "(인)",
|
||||||
labelPosition: "top" as const,
|
labelPosition: "top" as const,
|
||||||
personName: "",
|
personName: "",
|
||||||
borderWidth: 1,
|
borderWidth: 0,
|
||||||
borderColor: "#cccccc",
|
borderColor: "#cccccc",
|
||||||
}),
|
}),
|
||||||
// 테이블 전용
|
// 테이블 전용
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue