style: 채번규칙 카드에서 코드 미리보기 제거

- NumberingRulePreview 컴포넌트 제거
- CardContent 섹션 제거
- 규칙 이름과 삭제 버튼만 표시하는 심플한 레이아웃
This commit is contained in:
kjs 2025-11-06 11:22:22 +09:00
parent 654cc4575b
commit 8fa068222e
1 changed files with 0 additions and 3 deletions

View File

@ -274,9 +274,6 @@ export const NumberingRuleDesigner: React.FC<NumberingRuleDesignerProps> = ({
</Button>
</div>
</CardHeader>
<CardContent className="px-3 py-0">
<NumberingRulePreview config={rule} compact />
</CardContent>
</Card>
))
)}