SHOPTIME-3813 ShopTime 주문결제 시나리오_테스트 [SHOPTIME-3818] [결제완료] final price 전 문구 위치 수정

This commit is contained in:
hyunwoo93.cha
2024-11-19 05:45:52 +09:00
parent ec41a3e99d
commit 4043e10a54
2 changed files with 9 additions and 5 deletions

View File

@@ -145,12 +145,12 @@ export default function ConfirmPanel({ spotlightId }) {
<span className={css.bottomContentsDesc}>
{formatCurrencyValue(realTotAmt, currSign, currSignLoc)} (
{cardKnd})
{auctProdYn && auctProdYn === "Y" && !auctFinalPriceChgDt && (
<span className={css.noticeBox}>
{$L("Purchased products will be paid at the final price.")}
</span>
)}
</span>
{auctProdYn && auctProdYn === "Y" && !auctFinalPriceChgDt && (
<span className={css.noticeBox}>
{$L("Purchased products will be paid at the final price.")}
</span>
)}
</div>
<CustomImage
src={confirmCardImage}

View File

@@ -76,6 +76,7 @@
.bottomContents {
margin-top: 27px;
display: flex;
.bottomContentsTitle {
.font(@fontSize: 30px, @fontFamily: @baseFont);
@@ -98,6 +99,9 @@
margin-top: 15px;
font-size: 24px;
color: @COLOR_GRAY03;
font-weight: normal !important;
position: absolute;
z-index: 10;
}
}
}