분할패널 헤더설정 제거

This commit is contained in:
kjs
2026-01-05 14:25:39 +09:00
parent e5faff2853
commit 56036d7fe4

View File

@@ -501,7 +501,8 @@ export const SplitPanelLayoutConfigPanel: React.FC<SplitPanelLayoutConfigPanelPr
/>
</div>
<div className="space-y-2">
{/* 헤더 높이 설정 - 숨김 처리 */}
{/* <div className="space-y-2">
<Label>헤더 높이 (px)</Label>
<Input
type="number"
@@ -512,7 +513,7 @@ export const SplitPanelLayoutConfigPanel: React.FC<SplitPanelLayoutConfigPanelPr
max={120}
/>
<p className="text-muted-foreground text-xs">패널 상단 헤더의 높이 (기본: 48px)</p>
</div>
</div> */}
<div className="space-y-2">
<Label> </Label>
@@ -745,7 +746,8 @@ export const SplitPanelLayoutConfigPanel: React.FC<SplitPanelLayoutConfigPanelPr
/>
</div>
<div className="space-y-2">
{/* 헤더 높이 설정 - 숨김 처리 */}
{/* <div className="space-y-2">
<Label>헤더 높이 (px)</Label>
<Input
type="number"
@@ -756,7 +758,7 @@ export const SplitPanelLayoutConfigPanel: React.FC<SplitPanelLayoutConfigPanelPr
max={120}
/>
<p className="text-muted-foreground text-xs">패널 상단 헤더의 높이 (기본: 48px)</p>
</div>
</div> */}
{/* 관계 타입에 따라 테이블 선택 UI 변경 */}
{relationshipType === "detail" ? (