Merge branch 'main' of http://39.117.244.52:3000/kjs/ERP-node into feature/screen-management

This commit is contained in:
kjs
2025-10-08 09:45:59 +09:00
239 changed files with 14630 additions and 586582 deletions

View File

@@ -89,12 +89,12 @@ export const ImprovedButtonControlConfigPanel: React.FC<ImprovedButtonControlCon
return (
<div className="space-y-6">
{/* 🔥 제어관리 활성화 스위치 */}
<div className="flex items-center justify-between rounded-lg border bg-blue-50 p-4">
<div className="bg-accent flex items-center justify-between rounded-lg border p-4">
<div className="flex items-center space-x-2">
<Settings className="h-4 w-4 text-blue-600" />
<Settings className="text-primary h-4 w-4" />
<div>
<Label className="text-sm font-medium">🎮 </Label>
<p className="mt-1 text-xs text-gray-600"> </p>
<p className="text-muted-foreground mt-1 text-xs"> </p>
</div>
</div>
<Switch