From 84da36516dc2f7ea1e88b3dd71ef9ec220ae98d9 Mon Sep 17 00:00:00 2001 From: EENE Dashboard Date: Fri, 5 Jun 2026 10:06:14 +0900 Subject: [PATCH] style: align header with reference center capsule layout Co-authored-by: Cursor --- .../components/dashboard/DashboardHeader.tsx | 39 ++++++++++--------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/frontend/src/components/dashboard/DashboardHeader.tsx b/frontend/src/components/dashboard/DashboardHeader.tsx index 0c17c76..cdd8b81 100644 --- a/frontend/src/components/dashboard/DashboardHeader.tsx +++ b/frontend/src/components/dashboard/DashboardHeader.tsx @@ -19,42 +19,43 @@ export function DashboardHeader({ quarter, stats, activeStatus, onStatusChange, const quarterLabel = quarter.replace(/^(\d{4})-Q(\d)$/, '$1 $2분기 업무'); return ( -
-
-
-
+
+
+
-
- + {/* 좌측 타이틀 */} +
+ 총괄기획실 | Poeple Growth Hub - + 👥 - {quarterLabel} - +
-
- - - - - -
+ {/* 중앙 상태 캡슐 */} +
+ {quarterLabel} + + + + + +
@@ -78,7 +79,7 @@ function StatPill({ label, value, statusKey, activeStatus, onClick, accent }: St return (