diff --git a/frontend/src/components/DashboardPage.tsx b/frontend/src/components/DashboardPage.tsx index e939557..a1456e1 100644 --- a/frontend/src/components/DashboardPage.tsx +++ b/frontend/src/components/DashboardPage.tsx @@ -182,7 +182,8 @@ const DashboardPage: React.FC = ({ theme, onGoChart }) => {

시스템 상태

-
+
+
{/* 전체 시스템 */}
@@ -242,6 +243,7 @@ const DashboardPage: React.FC = ({ theme, onGoChart }) => { ); })()}
+
diff --git a/frontend/src/styles/dashboardCommand.css b/frontend/src/styles/dashboardCommand.css index 4b9fcc9..8acdd71 100644 --- a/frontend/src/styles/dashboardCommand.css +++ b/frontend/src/styles/dashboardCommand.css @@ -326,13 +326,15 @@ margin-top: 2px; } -/* ── 시스템 상태 — 3열 신호등 ── */ +/* ── 시스템 상태 — 3열 신호등 (가로 배치) ── */ .gc-dash-sys-status { display: flex; + flex-direction: row; align-items: flex-start; justify-content: space-around; gap: 8px; padding: 8px 4px; + width: 100%; } .gc-sys-tl-item {