From 59fa54b812e84b015cc6a2fa03631772df46d296 Mon Sep 17 00:00:00 2001 From: kjs Date: Mon, 10 Nov 2025 18:24:51 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=ED=85=8C=EC=9D=B4=EB=B8=94=20?= =?UTF-8?q?=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=ED=8F=B0=ED=8A=B8=20=EB=B0=8F=20?= =?UTF-8?q?=EC=97=AC=EB=B0=B1=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 데이터 행에 font-normal 적용하여 bold 제거 - 헤더는 font-bold 유지 - 데이터 행 상하 여백 축소 (py-2 → py-1.5) - 행 고정 높이 제거하여 컨텐츠에 따라 자동 조정 변경된 파일: - frontend/lib/registry/components/table-list/TableListComponent.tsx --- .../components/table-list/TableListComponent.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/lib/registry/components/table-list/TableListComponent.tsx b/frontend/lib/registry/components/table-list/TableListComponent.tsx index c645cde4..6e03a9d0 100644 --- a/frontend/lib/registry/components/table-list/TableListComponent.tsx +++ b/frontend/lib/registry/components/table-list/TableListComponent.tsx @@ -2208,7 +2208,7 @@ export const TableListComponent: React.FC = ({ handleRowClick(row, index, e)} > @@ -2237,8 +2237,8 @@ export const TableListComponent: React.FC = ({ = ({ handleRowClick(row, index, e)} > @@ -2303,8 +2303,8 @@ export const TableListComponent: React.FC = ({