From ba35e67845f935c8ce0151c9ef1fefa0b0510faf Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Mon, 22 Sep 2025 18:59:13 +0900 Subject: (김준회) AVL 피드백 반영 (이진용 프로 건) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/avl/table/avl-registration-area.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'lib/avl/table/avl-registration-area.tsx') diff --git a/lib/avl/table/avl-registration-area.tsx b/lib/avl/table/avl-registration-area.tsx index 52912a2c..ba1c76d4 100644 --- a/lib/avl/table/avl-registration-area.tsx +++ b/lib/avl/table/avl-registration-area.tsx @@ -1,7 +1,6 @@ "use client" import * as React from "react" -import { Card } from "@/components/ui/card" import { Button } from "@/components/ui/button" import { ChevronLeft, ChevronRight, ChevronsLeft, ChevronsRight } from "lucide-react" import { useAtom } from "jotai" @@ -430,9 +429,9 @@ export function AvlRegistrationArea({ disabled = false }: AvlRegistrationAreaPro }, [selectedTable, selectedRowCount, getSelectedIds, session]) return ( - +
{/* 고정 헤더 영역 */} -
+

AVL 등록 {disabled ? "(비활성화)" : ""}

@@ -444,7 +443,7 @@ export function AvlRegistrationArea({ disabled = false }: AvlRegistrationAreaPro
{/* 스크롤되는 콘텐츠 영역 */} -
+
{/* 프로젝트 AVL 테이블 - 9개 컬럼 */}
@@ -563,6 +562,6 @@ export function AvlRegistrationArea({ disabled = false }: AvlRegistrationAreaPro
- +
) } -- cgit v1.2.3