From bcbfa7769966711ebb177ba604d4671ea83c17a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Mon, 9 Mar 2026 10:27:47 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20[fire-shutter]=20=EC=A2=8C=EC=B8=A1?= =?UTF-8?q?=ED=8C=A8=EB=84=90=20UI=20=EA=B5=AC=EC=A1=B0=20=EA=B0=9C?= =?UTF-8?q?=EC=84=A0=20-=204=ED=83=AD=E2=86=923=ED=83=AD+=EC=83=81?= =?UTF-8?q?=EB=8B=A8=20=EC=84=A4=EC=A0=95=EB=B0=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../rd/fire-shutter-drawing/index.blade.php | 149 ++++++++---------- 1 file changed, 64 insertions(+), 85 deletions(-) diff --git a/resources/views/rd/fire-shutter-drawing/index.blade.php b/resources/views/rd/fire-shutter-drawing/index.blade.php index 5edb44d5..fbae50b1 100644 --- a/resources/views/rd/fire-shutter-drawing/index.blade.php +++ b/resources/views/rd/fire-shutter-drawing/index.blade.php @@ -45,43 +45,32 @@
- -
- - - - -
- - -
-
-

- S - 기본 설정 -

- -
- - + +
- -
+
+ + +
+
+ + +
+
+ + +
+
+ +
- - -
-

- C - 자동 계산 -

-
+
제작 폭 (W1)2110 mm
제작 높이 (H1)3350 mm
-
면적 (M)7.07 m²
-
중량 (K)176.7 kg
+
면적7.07 m²
+
중량176.7 kg
권장 모터300K (4")
-
가이드레일 조합3,305mm × 2
+
레일 조합3,305mm × 2
-
+
+ 프리셋 +
+ + +
+
+ + + +
+
+
+ +
- -
-

- - 프리셋 -

-
- - -
-
- - - -
-
+ +
+ + +
@@ -222,11 +201,11 @@
- +
- +
@@ -456,9 +435,9 @@ // ============================ window.fsSwitch = function(tab) { S.tab = tab; - const tabs = ['Settings','GuideRail','ShutterBox','3D']; - const tabBtnIds = ['tabSettings','tabGuideRail','tabShutterBox','tab3D']; - const ctrlIds = ['ctrlSettings','ctrlGuideRail','ctrlShutterBox','ctrl3D']; + const tabs = ['GuideRail','ShutterBox','3D']; + const tabBtnIds = ['tabGuideRail','tabShutterBox','tab3D']; + const ctrlIds = ['ctrlGuideRail','ctrlShutterBox','ctrl3D']; tabs.forEach((t,i) => { const btn = $(tabBtnIds[i]); const ctrl = $(ctrlIds[i]);