계좌성명 조회 페이지 UI 추가 (내역,상세,요청,필터)

This commit is contained in:
HyeonJongKim
2025-09-12 17:32:48 +09:00
parent 65bbfc12b9
commit 3b89dbdbb6
12 changed files with 782 additions and 144 deletions

View File

@@ -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=" '-' 제외하고 입력"
/>