분할패널 헤더설정 제거
This commit is contained in:
parent
e5faff2853
commit
56036d7fe4
|
|
@ -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" ? (
|
||||
|
|
|
|||
Loading…
Reference in New Issue