style: 채번규칙 카드에서 코드 미리보기 제거
- NumberingRulePreview 컴포넌트 제거 - CardContent 섹션 제거 - 규칙 이름과 삭제 버튼만 표시하는 심플한 레이아웃
This commit is contained in:
parent
654cc4575b
commit
8fa068222e
|
|
@ -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>
|
||||
))
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue