SHOPTIME-3813 ShopTime 주문결제 시나리오_테스트 [SHOPTIME-3818] [결제완료] final price 전 문구 위치 수정
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user