B06_페이지 초안 완료
This commit is contained in:
@@ -198,6 +198,7 @@ export async function renderB06ProfileCross(root: HTMLElement): Promise<void> {
|
||||
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");
|
||||
|
||||
@@ -74,6 +74,11 @@
|
||||
gap: var(--spacing-8);
|
||||
}
|
||||
|
||||
.b06-profile__actions > * {
|
||||
flex: 1 1 0;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
/* --- 우측 결과 --- */
|
||||
.b06-profile__result {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user