From 4522f19d40f50261125e024a5ccde4971a9436cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sun, 8 Mar 2026 19:47:47 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[rd]=20=EB=B0=A9=ED=99=94=EC=85=94?= =?UTF-8?q?=ED=84=B0=203D=20=ED=83=AD=20=EC=BB=A8=ED=8A=B8=EB=A1=A4=20?= =?UTF-8?q?=ED=8C=A8=EB=84=90=20=EC=95=95=EC=B6=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 부품 표시 2열 grid로 변경 (7항목이 4행으로 압축) - 배경색 선택 인라인 소형 버튼 (20px)으로 변경 - 조명 프리셋 한 줄 인라인 배치 - 토글 스위치 크기 축소 (2.5rem→2rem) - 슬라이더 라벨 인라인화, 전체 여백 축소 --- .../rd/fire-shutter-drawing/index.blade.php | 87 +++++++++++-------- 1 file changed, 50 insertions(+), 37 deletions(-) diff --git a/resources/views/rd/fire-shutter-drawing/index.blade.php b/resources/views/rd/fire-shutter-drawing/index.blade.php index cbdfef0d..c01cb089 100644 --- a/resources/views/rd/fire-shutter-drawing/index.blade.php +++ b/resources/views/rd/fire-shutter-drawing/index.blade.php @@ -18,10 +18,10 @@ .fs-label { display: block; color: #94a3b8; font-size: 0.75rem; font-weight: 700; margin-bottom: 0.25rem; } .fs-section { background: rgba(15,23,42,0.5); border-radius: 1.5rem; padding: 1.5rem; border: 1px solid #1e293b; } .fs-badge { display: inline-flex; align-items: center; justify-content: center; width: 1.75rem; height: 1.75rem; border-radius: 0.75rem; font-size: 0.625rem; font-weight: 900; color: white; } -.fs-toggle { position: relative; width: 2.5rem; height: 1.25rem; background: #334155; border-radius: 9999px; cursor: pointer; transition: background 0.2s; } +.fs-toggle { position: relative; width: 2rem; height: 1rem; background: #334155; border-radius: 9999px; cursor: pointer; transition: background 0.2s; flex-shrink: 0; } .fs-toggle.active { background: #3b82f6; } -.fs-toggle::after { content: ''; position: absolute; top: 2px; left: 2px; width: 1rem; height: 1rem; background: white; border-radius: 9999px; transition: transform 0.2s; } -.fs-toggle.active::after { transform: translateX(1.25rem); } +.fs-toggle::after { content: ''; position: absolute; top: 2px; left: 2px; width: 0.75rem; height: 0.75rem; background: white; border-radius: 9999px; transition: transform 0.2s; } +.fs-toggle.active::after { transform: translateX(1rem); } .fs-select { width: 100%; background: rgba(2,6,23,0.8); border: 1px solid #334155; border-radius: 0.75rem; padding: 0.5rem 0.75rem; color: #f8fafc; font-size: 0.875rem; font-weight: 700; outline: none; } .fs-btn { padding: 0.5rem 1rem; border-radius: 0.75rem; font-size: 0.75rem; font-weight: 900; cursor: pointer; transition: all 0.2s; border: none; } .fs-btn-primary { background: #3b82f6; color: white; } @@ -267,50 +267,63 @@