diff --git a/frontend/src/lib/components/ProcessingFlowBoard.svelte b/frontend/src/lib/components/ProcessingFlowBoard.svelte index f66bf77..16752dc 100644 --- a/frontend/src/lib/components/ProcessingFlowBoard.svelte +++ b/frontend/src/lib/components/ProcessingFlowBoard.svelte @@ -1,16 +1,18 @@
@@ -413,6 +518,9 @@ .mtag-gpu { background: #e7eef6; color: #3b6ea5; } .mtag-macmini { background: #efe9f7; color: #8a5fbf; } .mtag-macbook { background: #f7eedd; color: #b07a10; } + /* 요약 오프로드 분담 막대 채움 (맥미니 보라 / 맥북 황) */ + .mtag-macmini-bar { background: #8a5fbf; } + .mtag-macbook-bar { background: #b07a10; } .node-sel { outline: 2px solid #3b6ea5; outline-offset: 1px; } .detail-frame { border-color: #3b6ea5; } .detail-head { background: #e7eef6; }