카드 입력 키인결제
This commit is contained in:
@@ -258,8 +258,11 @@ export const KeyInPaymentRequestPage = () => {
|
|||||||
|
|
||||||
<div className="billing-row">
|
<div className="billing-row">
|
||||||
<div className="billing-label">{t('additionalService.keyIn.cardNumber')} <span>*</span></div>
|
<div className="billing-label">{t('additionalService.keyIn.cardNumber')} <span>*</span></div>
|
||||||
|
</div>
|
||||||
|
<div className="billing-row" style={{ gap: '10px'}}>
|
||||||
<div className="billing-field">
|
<div className="billing-field">
|
||||||
<PatternFormat
|
<PatternFormat
|
||||||
|
className='card-format-input'
|
||||||
value={cardNo1}
|
value={cardNo1}
|
||||||
allowEmptyFormatting
|
allowEmptyFormatting
|
||||||
valueIsNumericString
|
valueIsNumericString
|
||||||
@@ -271,6 +274,7 @@ export const KeyInPaymentRequestPage = () => {
|
|||||||
</div>
|
</div>
|
||||||
<div className="billing-field">
|
<div className="billing-field">
|
||||||
<PatternFormat
|
<PatternFormat
|
||||||
|
className='card-format-input'
|
||||||
value={cardNo2}
|
value={cardNo2}
|
||||||
allowEmptyFormatting
|
allowEmptyFormatting
|
||||||
valueIsNumericString
|
valueIsNumericString
|
||||||
@@ -282,6 +286,7 @@ export const KeyInPaymentRequestPage = () => {
|
|||||||
</div>
|
</div>
|
||||||
<div className="billing-field">
|
<div className="billing-field">
|
||||||
<PatternFormat
|
<PatternFormat
|
||||||
|
className='card-format-input'
|
||||||
value={cardNo3}
|
value={cardNo3}
|
||||||
allowEmptyFormatting
|
allowEmptyFormatting
|
||||||
valueIsNumericString
|
valueIsNumericString
|
||||||
@@ -293,6 +298,7 @@ export const KeyInPaymentRequestPage = () => {
|
|||||||
</div>
|
</div>
|
||||||
<div className="billing-field">
|
<div className="billing-field">
|
||||||
<PatternFormat
|
<PatternFormat
|
||||||
|
className='card-format-input'
|
||||||
value={cardNo4}
|
value={cardNo4}
|
||||||
allowEmptyFormatting
|
allowEmptyFormatting
|
||||||
valueIsNumericString
|
valueIsNumericString
|
||||||
|
|||||||
@@ -12,7 +12,9 @@ main {
|
|||||||
.align-left {
|
.align-left {
|
||||||
text-align: left !important;
|
text-align: left !important;
|
||||||
}
|
}
|
||||||
|
.align-center{
|
||||||
|
text-align: center !important;
|
||||||
|
}
|
||||||
.transaction-list {
|
.transaction-list {
|
||||||
/* overflow-y: auto; */
|
/* overflow-y: auto; */
|
||||||
}
|
}
|
||||||
@@ -648,3 +650,7 @@ main.pop .apply-row {
|
|||||||
.settings-login-auth .icon-btn.minus {
|
.settings-login-auth .icon-btn.minus {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card-format-input{
|
||||||
|
text-align: center; letter-spacing: 1px;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user