디자인 수정
This commit is contained in:
parent
38db624fd4
commit
71ef496bcc
|
|
@ -236,14 +236,10 @@ export const InsertFieldMappingPanel: React.FC<InsertFieldMappingPanelProps> = (
|
||||||
return (
|
return (
|
||||||
<div className="mt-4">
|
<div className="mt-4">
|
||||||
{/* 헤더 섹션 */}
|
{/* 헤더 섹션 */}
|
||||||
<Card className="mb-6 from-blue-50 to-green-50 py-2">
|
<p className="mb-4 text-sm leading-relaxed text-gray-700">
|
||||||
<CardContent className="pt-0">
|
|
||||||
<p className="text-sm leading-relaxed text-gray-700">
|
|
||||||
양쪽 테이블의 컬럼을 클릭하여 매핑하거나, 대상 컬럼에 기본값을 입력하세요. 같은 데이터 타입의 컬럼만 매핑
|
양쪽 테이블의 컬럼을 클릭하여 매핑하거나, 대상 컬럼에 기본값을 입력하세요. 같은 데이터 타입의 컬럼만 매핑
|
||||||
가능합니다. 하나의 FROM 컬럼은 하나의 TO 컬럼에만 매핑 가능합니다.
|
가능합니다. 하나의 FROM 컬럼은 하나의 TO 컬럼에만 매핑 가능합니다.
|
||||||
</p>
|
</p>
|
||||||
</CardContent>
|
|
||||||
</Card>
|
|
||||||
|
|
||||||
<div className="grid grid-cols-2 gap-6">
|
<div className="grid grid-cols-2 gap-6">
|
||||||
<ColumnTableSection
|
<ColumnTableSection
|
||||||
|
|
@ -290,7 +286,7 @@ export const InsertFieldMappingPanel: React.FC<InsertFieldMappingPanelProps> = (
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* 빠른 필터 액션 */}
|
{/* 빠른 필터 액션 */}
|
||||||
<Card className="mt-6 py-2">
|
<Card className="mt-6 border-none py-2 shadow-none">
|
||||||
<CardContent className="flex flex-wrap gap-2 p-3">
|
<CardContent className="flex flex-wrap gap-2 p-3">
|
||||||
<span className="self-center text-sm font-medium text-gray-700">빠른 필터:</span>
|
<span className="self-center text-sm font-medium text-gray-700">빠른 필터:</span>
|
||||||
<Button
|
<Button
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue