From 92bb5da1a7187abe43f4e29c39a25b25e16ef2c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sun, 15 Mar 2026 13:44:22 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[fire-shutter]=20=EB=B0=91=EB=A9=B4=20?= =?UTF-8?q?=EC=A0=90=EA=B2=80=EA=B5=AC=20=EB=B3=B8=EC=B2=B4=20385mm=20?= =?UTF-8?q?=EC=B9=98=EC=88=98=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 본체 폭: 계산값 → 385mm 고정 (500mm 깊이 기준) - 385mm 치수선 + 라벨 표시 - 5세그먼트: 17, 13, 385, 13, 17 --- .../views/rd/fire-shutter-drawing/index.blade.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/resources/views/rd/fire-shutter-drawing/index.blade.php b/resources/views/rd/fire-shutter-drawing/index.blade.php index cb9ca240..352befea 100644 --- a/resources/views/rd/fire-shutter-drawing/index.blade.php +++ b/resources/views/rd/fire-shutter-drawing/index.blade.php @@ -1359,8 +1359,8 @@ function renderSbSide() { const lintelHookEnd = lintelShelfEnd + 20*sc; // 린텔 후크 끝 (15↑+20→) const dx = lintelHookEnd; // 점검구 본체 시작 = 린텔 후크 끝 (플랜지가 20mm 립 위에 겹침) const dy = oy + sH; // 밑면 레벨 - const doorEnd = ox + sD - (bRearW - vt)*sc; // 후면측 고정부 시작 - const dw = Math.max(doorEnd - dx, sbDoorW * 0.8); // 본체 폭 + const doorMainSpan = 385; // 하부 점검구 본체 폭 (500mm 깊이 기준) + const dw = doorMainSpan * sc; // 본체 폭 스케일 적용 const df17 = f17, df13 = f13; return ` @@ -1373,10 +1373,13 @@ function renderSbSide() { + + + + + 밑면 점검구 ${doorMainSpan} `; })()} - - 밑면 점검구 ${(() => {