카테고리 기능 구현

This commit is contained in:
kjs
2025-11-05 15:23:57 +09:00
parent f4fd1184cd
commit 573a300a4a
35 changed files with 9577 additions and 131 deletions

View File

@@ -615,7 +615,7 @@ export const InteractiveScreenViewerDynamic: React.FC<InteractiveScreenViewerPro
left: position?.x || 0,
top: position?.y || 0,
width: size?.width || 200,
height: size?.height || 40,
height: size?.height || 10,
zIndex: position?.z || 1,
...style,
};