- 링크결제: 결제내역 분리승인 버튼 하단 패딩 추가

This commit is contained in:
HyeonJongKim
2025-11-03 11:06:24 +09:00
parent 13292f6d20
commit 446ac47def

View File

@@ -155,7 +155,8 @@ export const LinkPaymentDetailPage = () => {
additionalServiceCategory={AdditionalServiceCategory.LinkPaymentHistory}
detailInfo={detailInfo}
></DetailInfoWrap>
<div className="link-payment-detail-button">
<div className="detail-divider"></div>
<div className="link-payment-detail-button" style={{ paddingBottom: '85px' }}>
<button
className="btn-50 btn-blue flex-1"
onClick={() => onClickToSeparateApproval()}