구분선 리사이즈 개선

This commit is contained in:
dohyeons
2025-12-19 18:19:29 +09:00
parent 8d34b73a45
commit 8789b2b864
3 changed files with 62 additions and 28 deletions

View File

@@ -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;