다중데이터베이스 연결 가능하게 함, 차트 위젯은 테스트 용도입니다.

This commit is contained in:
leeheejin
2025-10-28 18:58:40 +09:00
parent 0fe2fa9db1
commit 88d71da1a9
4 changed files with 175 additions and 449 deletions

View File

@@ -291,7 +291,7 @@ export function ElementConfigSidebar({ element, isOpen, onClose, onApply }: Elem
return (
<div
className={cn(
"fixed top-14 left-0 z-[100] flex h-[calc(100vh-3.5rem)] w-80 flex-col bg-gray-50 transition-transform duration-300 ease-in-out",
"fixed top-14 left-0 z-[100] flex h-[calc(100vh-3.5rem)] w-72 flex-col bg-gray-50 transition-transform duration-300 ease-in-out",
isOpen ? "translate-x-0" : "translate-x-[-100%]",
)}
>