From d149f0baaa9e3e4dbfb24207c6936f8c840a7b24 Mon Sep 17 00:00:00 2001 From: dohyeons Date: Tue, 14 Oct 2025 11:46:14 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EC=82=AC=20=EA=B4=80=EB=A6=AC=20?= =?UTF-8?q?=EC=9C=84=EC=A0=AF=EC=97=90=EC=84=9C=20=ED=85=8C=EB=A7=88=20?= =?UTF-8?q?=EA=B4=80=EB=A0=A8=20=EC=BD=94=EB=93=9C=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../widgets/DriverManagementSettings.tsx | 62 +------------------ 1 file changed, 3 insertions(+), 59 deletions(-) diff --git a/frontend/components/admin/dashboard/widgets/DriverManagementSettings.tsx b/frontend/components/admin/dashboard/widgets/DriverManagementSettings.tsx index a77dfda5..0f09286e 100644 --- a/frontend/components/admin/dashboard/widgets/DriverManagementSettings.tsx +++ b/frontend/components/admin/dashboard/widgets/DriverManagementSettings.tsx @@ -44,7 +44,7 @@ export function DriverManagementSettings({ config, onSave, onClose }: DriverMana - + 사용 안 함 10초마다 30초마다 @@ -67,7 +67,7 @@ export function DriverManagementSettings({ config, onSave, onClose }: DriverMana - + 기사명 차량번호 운행상태 @@ -84,7 +84,7 @@ export function DriverManagementSettings({ config, onSave, onClose }: DriverMana - + 오름차순 내림차순 @@ -92,62 +92,6 @@ export function DriverManagementSettings({ config, onSave, onClose }: DriverMana - {/* 테마 설정 */} -
- -
- - - -
- - {/* 사용자 지정 색상 */} - {localConfig.theme === "custom" && ( - - -
- setLocalConfig({ ...localConfig, customColor: e.target.value })} - className="h-12 w-20 cursor-pointer" - /> -
- setLocalConfig({ ...localConfig, customColor: e.target.value })} - placeholder="#3b82f6" - className="font-mono" - /> -

테이블 배경색으로 사용됩니다

-
-
-
- )} -
- {/* 표시 컬럼 선택 */}