diff --git a/frontend/lib/registry/pop-components/pop-work-detail/PopWorkDetailComponent.tsx b/frontend/lib/registry/pop-components/pop-work-detail/PopWorkDetailComponent.tsx index d03b552e..b34a617c 100644 --- a/frontend/lib/registry/pop-components/pop-work-detail/PopWorkDetailComponent.tsx +++ b/frontend/lib/registry/pop-components/pop-work-detail/PopWorkDetailComponent.tsx @@ -1202,15 +1202,8 @@ export function PopWorkDetailComponent({ ) : ( /* ======== 리스트 모드 ======== */ -
- {/* KPI 카드 (콘텐츠와 함께 스크롤) */} - - - {/* 그룹 헤더 + 타이머 (sticky) */} + <> + {/* 그룹 헤더 + 타이머 (콘텐츠 최상단 고정) */} {selectedGroup && ( )} +
+ {/* KPI 카드 (콘텐츠와 함께 스크롤) */} + {/* 체크리스트 콘텐츠 */}
@@ -1271,6 +1271,7 @@ export function PopWorkDetailComponent({ )}
+ )}
@@ -2206,7 +2207,7 @@ function GroupTimerHeader({ onTimerAction, }: GroupTimerHeaderProps) { return ( -
+
{/* 그룹 제목 + 진행 카운트 */}
@@ -2226,10 +2227,10 @@ function GroupTimerHeader({
- {groupTimerFormatted} + {groupTimerFormatted}
- 경과 {groupElapsedFormatted} + 경과 {groupElapsedFormatted}
{!isProcessCompleted && !isGroupCompleted && ( @@ -2360,7 +2361,7 @@ function ChecklistRowItem({ item, saving, disabled, onSave }: {
{/* 오른쪽: 입력 (측정값, 체크박스, OK/NG) */} -
+