diff --git a/frontend/components/numbering-rule/AutoConfigPanel.tsx b/frontend/components/numbering-rule/AutoConfigPanel.tsx index ac4d2ffa..0586006a 100644 --- a/frontend/components/numbering-rule/AutoConfigPanel.tsx +++ b/frontend/components/numbering-rule/AutoConfigPanel.tsx @@ -478,7 +478,7 @@ const DateConfigPanel: React.FC = ({ {sourceTableName && columns.length === 0 && !loadingColumns && ( -

+

이 테이블에 날짜 타입 컬럼이 없습니다

)} diff --git a/frontend/components/numbering-rule/NumberingRuleCard.tsx b/frontend/components/numbering-rule/NumberingRuleCard.tsx index e3dbc3ab..568ecbdc 100644 --- a/frontend/components/numbering-rule/NumberingRuleCard.tsx +++ b/frontend/components/numbering-rule/NumberingRuleCard.tsx @@ -1,7 +1,6 @@ "use client"; import React from "react"; -import { Card, CardContent, CardHeader } from "@/components/ui/card"; import { Button } from "@/components/ui/button"; import { Label } from "@/components/ui/label"; import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select"; @@ -27,25 +26,24 @@ export const NumberingRuleCard: React.FC = ({ tableName, }) => { return ( - - -
- - 규칙 {part.order} - - -
-
+
+
+ + 규칙 {part.order} + + +
- +
= ({
{/* 큰 미리보기 스트립 (code-preview-strip) */} -
+
{/* 파이프라인 영역 (code-pipeline-area) */} -
-
- 코드 구성 - +
+
+ 코드 구성 + {currentRule.parts.length}/{maxRules}
-
+
{currentRule.parts.length === 0 ? (
규칙을 추가하여 코드를 구성하세요 @@ -376,7 +375,7 @@ export const NumberingRuleDesigner: React.FC = ({ {index < currentRule.parts.length - 1 && ( - - - - {sep || "(없음)"} +
+ + + {sep || "-"} - +
)} ); })}