구분선 리사이즈 개선
This commit is contained in:
@@ -58,7 +58,7 @@ export function ReportDesignerCanvas() {
|
||||
height = 150;
|
||||
} else if (item.componentType === "divider") {
|
||||
width = 300;
|
||||
height = 2;
|
||||
height = 10; // 선 두께 + 여백 (선택/드래그를 위한 최소 높이)
|
||||
} else if (item.componentType === "signature") {
|
||||
width = 120;
|
||||
height = 70;
|
||||
|
||||
Reference in New Issue
Block a user