From a42dbde1a5eeccb8063d8b50ed8cd1dac3a8eaf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Fri, 13 Mar 2026 20:04:37 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[sales]=20=EA=B0=80=EA=B2=A9=EC=8B=9C?= =?UTF-8?q?=EB=AE=AC=EB=A0=88=EC=9D=B4=ED=84=B0=20=EB=8F=84=EC=9B=80?= =?UTF-8?q?=EB=A7=90=EC=9D=84=20=EB=AA=A8=EB=8B=AC=EC=B0=BD=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 인라인 패널에서 fixed 오버레이 모달로 전환 - 배경 클릭/X 버튼으로 닫기 - 본문 영역 스크롤 가능 (max-height: calc(100vh - 160px)) --- .../sales/price-simulator/index.blade.php | 28 +++++++++++++------ 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/resources/views/sales/price-simulator/index.blade.php b/resources/views/sales/price-simulator/index.blade.php index cb9be9bd..5e3c0ba0 100644 --- a/resources/views/sales/price-simulator/index.blade.php +++ b/resources/views/sales/price-simulator/index.blade.php @@ -37,15 +37,22 @@ class="inline-flex items-center gap-2 px-4 py-2 text-sm font-medium text-gray-70 - {{-- 도움말 패널 --}} -
+ x-transition:leave-start="opacity-100" + x-transition:leave-end="opacity-0"> +
+
+
{{-- 도움말 헤더 --}}
@@ -68,7 +75,7 @@ class="mb-6 bg-gradient-to-br from-blue-50 to-indigo-50 border border-blue-200 r
{{-- 도움말 본문 (탭 방식) --}} -
+
{{-- 탭 네비게이션 --}}
-
+ +
{{-- /모달 본체 --}} +
{{-- /모달 센터링 --}} + {{-- /모달 오버레이 --}}
{{-- 좌측: 상품 선택 영역 --}}