계좌성명 조회 페이지 UI 추가 (내역,상세,요청,필터)
This commit is contained in:
@@ -107,7 +107,7 @@ export const KeyInPaymentRequestPage = () => {
|
||||
<div className="billing-label">구매자 이메일 <span>*</span></div>
|
||||
<div className="billing-field">
|
||||
<input
|
||||
type="text"
|
||||
type="email"
|
||||
value=""
|
||||
/>
|
||||
</div>
|
||||
@@ -117,7 +117,7 @@ export const KeyInPaymentRequestPage = () => {
|
||||
<div className="billing-label">구매자 전화번호 <span>*</span></div>
|
||||
<div className="billing-field">
|
||||
<input
|
||||
type="text"
|
||||
type="tel"
|
||||
value=""
|
||||
placeholder=" '-' 제외하고 입력"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user