diff --git a/resources/views/rd/fire-shutter-drawing/index.blade.php b/resources/views/rd/fire-shutter-drawing/index.blade.php index d490ead0..b8baeacc 100644 --- a/resources/views/rd/fire-shutter-drawing/index.blade.php +++ b/resources/views/rd/fire-shutter-drawing/index.blade.php @@ -1351,24 +1351,24 @@ function renderSbSide() { 후면 점검구 - - - - - - + ${(() => { - const y = oy+sH-vt/2; - const lx = ox+sbFrontW+vt*0.25, rx = ox+sbFrontW+sbDoorW-vt*0.25; - const r = Math.max(2.5, vt*0.25); - const screwCol = '#dc2626'; + // 트레이 형태: 17mm 플랜지─13mm 스텝─본체─13mm 스텝─17mm 플랜지 + const dx = ox + sbFrontW; // 점검구 좌측 가장자리 + const dy = oy + sH; // 밑면 레벨 + const dw = sbDoorW; // 점검구 폭 + const df17 = f17, df13 = f13; // 플랜지 17mm, 스텝 13mm return ` - - - - - - + + + + + + + + + + `; })()}