feat(M01): 왼쪽 패널을 공용 접기 컨테이너 여덟 개로 · 하위 거름 · 참조 칸에 키 옆 이름

- 인력 · 재료 · 기계 · 소요량 · 계수 · 환율 · 요율 · 일위대가 로직 컨테이너(환율·요율은 눌러 바로 표)
- 인력 조사별 · 기계 세부분류별 거름 · 줄 더하기는 고른 조사·세부분류를 채움
- 준용 · 조달 연결 · 가격 연결 칸에 키와 이름을 같이 보임

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 02:25:03 +09:00
co-authored by Claude Sonnet 5
parent d1e2132109
commit c26f15718d
10 changed files with 313 additions and 151 deletions
@@ -5,7 +5,7 @@
.m01-logic {
display: grid;
grid-template-columns: 240px minmax(0, 1fr) 280px;
grid-template-columns: minmax(0, 1fr) 280px;
gap: var(--spacing-12);
height: 100%;
min-height: 0;
@@ -25,7 +25,6 @@
overflow: auto;
}
.m01-logic__side,
.m01-logic__calc {
padding: var(--spacing-8);
border-radius: var(--radius-cards);
@@ -386,3 +385,8 @@
flex-wrap: wrap;
gap: var(--spacing-4);
}
/* 왼쪽 패널 컨테이너 안 로직 목록 */
.m01-side__items .m01-logic__list {
max-height: 40vh;
}