From 4b568f86b14376ffd5111da148590da36b625974 Mon Sep 17 00:00:00 2001 From: kjs Date: Thu, 6 Nov 2025 11:40:19 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EC=B9=B4=ED=85=8C=EA=B3=A0=EB=A6=AC?= =?UTF-8?q?=20=EC=9C=84=EC=A0=AF=20=EC=A2=8C=EC=B8=A1=20=EC=98=81=EC=97=AD?= =?UTF-8?q?=20=EB=8D=94=20=EC=B6=95=EC=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 좌측 영역: 20% → 15% - 우측 영역: 80% → 85% - 최소한의 공간으로 컬럼 목록 표시 --- frontend/components/screen/widgets/CategoryWidget.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/components/screen/widgets/CategoryWidget.tsx b/frontend/components/screen/widgets/CategoryWidget.tsx index 4d646064..0191cba3 100644 --- a/frontend/components/screen/widgets/CategoryWidget.tsx +++ b/frontend/components/screen/widgets/CategoryWidget.tsx @@ -22,8 +22,8 @@ export function CategoryWidget({ widgetId, tableName }: CategoryWidgetProps) { return (
- {/* 좌측: 카테고리 컬럼 리스트 (20%) */} -
+ {/* 좌측: 카테고리 컬럼 리스트 (15%) */} +
- {/* 우측: 카테고리 값 관리 (80%) */} -
+ {/* 우측: 카테고리 값 관리 (85%) */} +
{selectedColumn ? (