feat(M01): 왼쪽 패널 트리(전체 › 조사 · 원문 › 부문 › 장) · 표 끝 열 비고

- 인력·기계: 전체가 부모 · 조사/세부분류가 자식 · 줄 수 표시 (전체 408 = 묶음 합 · 기계 654 = 묶음 합)
- 소요량·계수·로직: 원문 › 부문 › 장 트리 · 접기/펴기
- 로직 목록: 원문/장 선택칸 대신 트리로 범위 고름
- 표: 비고 열을 항상 끝에 보이게 · 눌러 고침

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016WRFJmmhPi4exAzHgPZHMT
This commit is contained in:
2026-09-20 08:42:20 +09:00
co-authored by Claude Sonnet 5
parent 9790631476
commit c051fbf337
5 changed files with 278 additions and 45 deletions
@@ -67,6 +67,24 @@
color: var(--color-accent);
}
.m01-tree__kids {
display: flex;
flex-direction: column;
gap: 2px;
}
.m01-tree__branch {
display: flex;
flex-direction: column;
gap: 2px;
}
.m01-tree__caret {
display: inline-block;
width: var(--spacing-12);
color: var(--color-text-muted);
}
.m01-side__muted,
.m01-master__muted {
color: var(--color-text-muted);