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]);