- ARS 결제 신청 페이지 하단 패딩 추가
This commit is contained in:
@@ -243,7 +243,7 @@ export const ArsRequestPage = () => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="billing-row">
|
||||
<div className="billing-row" style={{ paddingBottom: '60px' }}>
|
||||
<div className="billing-label">{t('additionalService.ars.paymentMethod')} <span>*</span></div>
|
||||
<div className="billing-field">
|
||||
{getArsPaymentMethodBtns()}
|
||||
|
||||
@@ -132,7 +132,7 @@ export const FaceAuthPage = () => {
|
||||
const onSendRequest = (selectedEmail?: string) => {
|
||||
if(selectedEmail){
|
||||
const params: ExtensionFaceAuthExcelDownlaodPrams = {
|
||||
mid: "faceauth0m",
|
||||
mid: mid,
|
||||
email: selectedEmail,
|
||||
fromDate: fromDate,
|
||||
toDate: toDate
|
||||
|
||||
Reference in New Issue
Block a user