From d1489427bc45bd6ea62a4ed6d883f178e973b7ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Fri, 13 Mar 2026 08:00:27 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[bim]=20=ED=95=98=EB=8B=A8=20=ED=88=B4?= =?UTF-8?q?=EB=B0=94=202=ED=96=89=20=EC=8B=9C=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A1=A4=EB=B0=94=20=EC=A0=9C=EA=B1=B0=20=EB=B0=8F=20=EC=BB=B4?= =?UTF-8?q?=ED=8C=A9=ED=8A=B8=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 컨테이너 padding/gap 축소 (px-4 py-2 gap-3 → px-3 py-1 gap-1.5) - 버튼 padding 축소 (py-1.5 → py-1, px-2/3 → px-1.5/2) - 버튼 내부 gap 축소 (gap-1 → gap-0.5) - 구분선 높이 축소 (h-6 → h-5) - overflow-hidden 추가로 스크롤바 방지 --- resources/views/juil/bim-viewer.blade.php | 46 +++++++++++------------ 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/resources/views/juil/bim-viewer.blade.php b/resources/views/juil/bim-viewer.blade.php index 7e656607..c2911242 100644 --- a/resources/views/juil/bim-viewer.blade.php +++ b/resources/views/juil/bim-viewer.blade.php @@ -1027,68 +1027,68 @@ function BimToolbar({ onView, visibility, onToggle, wireframe, onWireframe, mode const handleFile = (e) => { const f = e.target.files?.[0]; if (f) onUpload(f); e.target.value = ''; }; return ( -
+
{/* IFC 업로드 */}
{mode === 'ifc' && ( - )}
-
+
{/* 시점 */} -
+
시점 {views.map(v => ( ))}
{mode === 'demo' && (<> -
-
+
+
요소 {toggles.map(t => ( ))}
)} -
+
-
+
-
+