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} `; })()} - - 밑면 점검구 ${(() => {