From cfb7a443afbc091e19f94a19807e0b04516d1ccc Mon Sep 17 00:00:00 2001 From: umsangdon Date: Sun, 19 Jul 2026 12:08:02 +0900 Subject: [PATCH] =?UTF-8?q?B06=5F=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=B4=88?= =?UTF-8?q?=EC=95=88=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- B06_wf3_ProfileCross/B06_wf3_ProfileCross_UI_Page.ts | 1 + B06_wf3_ProfileCross/B06_wf3_ProfileCross_UI_Style.css | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/B06_wf3_ProfileCross/B06_wf3_ProfileCross_UI_Page.ts b/B06_wf3_ProfileCross/B06_wf3_ProfileCross_UI_Page.ts index 3bab4e00..e822490f 100644 --- a/B06_wf3_ProfileCross/B06_wf3_ProfileCross_UI_Page.ts +++ b/B06_wf3_ProfileCross/B06_wf3_ProfileCross_UI_Page.ts @@ -198,6 +198,7 @@ export async function renderB06ProfileCross(root: HTMLElement): Promise { try { await confirmSections(projectId, currentRouteId); showToast(L("B06_Profile_Confirm_Success"), "success"); + goToWorkflowStage(projectId, WORKFLOW_STEP_ROUTES[4]); } catch (error) { const detail = error instanceof Error ? error.message : L("B06_Profile_Confirm_Failed"); showToast(`${L("B06_Profile_Confirm_Failed")} ${detail}`, "error"); diff --git a/B06_wf3_ProfileCross/B06_wf3_ProfileCross_UI_Style.css b/B06_wf3_ProfileCross/B06_wf3_ProfileCross_UI_Style.css index 7d85caca..f01181b8 100644 --- a/B06_wf3_ProfileCross/B06_wf3_ProfileCross_UI_Style.css +++ b/B06_wf3_ProfileCross/B06_wf3_ProfileCross_UI_Style.css @@ -74,6 +74,11 @@ gap: var(--spacing-8); } +.b06-profile__actions > * { + flex: 1 1 0; + min-width: 0; +} + /* --- 우측 결과 --- */ .b06-profile__result { display: flex;