[상품상세] 스타일 및 기능 수정

1. review 팝업에서 긴글일 경우 스크롤 포커스 가능하도록 변경 요청.(작업완료 10.01)
2. review 팝업에서 짧은 글일 경우 스크롤 미노출 요청. (작업완료 10.01)
3. 리뷰 prev, next버튼 이후 초기화 부분 수정작업(작업완료 10.01)
4. 디테일 첫번째 영상 크기 변경(작업완료 10.01)
5. 리뷰팝업부분 스타일 변경
This commit is contained in:
junghoon86.park
2025-10-01 16:18:14 +09:00
parent de0a38e74e
commit 05cfceb2d2
8 changed files with 197 additions and 152 deletions

View File

@@ -23,6 +23,7 @@ const Container = SpotlightContainerDecorator(
const SpottableComponent = Spottable("button");
export default function THeaderCustom({
prdtId,
title,
className,
onBackButton,
@@ -93,6 +94,7 @@ export default function THeaderCustom({
marqueeDisabled={marqueeDisabled}
aria-label={ariaLabel}
>
{prdtId && <span className={css.prdtId}>ID : {prdtId}</span>}
{convertedTitle && (
<span dangerouslySetInnerHTML={{ __html: convertedTitle }} />
)}