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