style: 채번규칙 카드에서 코드 미리보기 제거
- NumberingRulePreview 컴포넌트 제거 - CardContent 섹션 제거 - 규칙 이름과 삭제 버튼만 표시하는 심플한 레이아웃
This commit is contained in:
@@ -274,9 +274,6 @@ export const NumberingRuleDesigner: React.FC<NumberingRuleDesignerProps> = ({
|
|||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardContent className="px-3 py-0">
|
|
||||||
<NumberingRulePreview config={rule} compact />
|
|
||||||
</CardContent>
|
|
||||||
</Card>
|
</Card>
|
||||||
))
|
))
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user