자금이체

This commit is contained in:
focp212@naver.com
2025-11-15 15:30:08 +09:00
parent 186b50ec25
commit 04caab913c
11 changed files with 405 additions and 26 deletions

View File

@@ -153,7 +153,10 @@ export const PayoutList = ({
</div>
</div>
}
<section className="transaction-list">
<section
className="transaction-list"
style={{ height: (listHeight > 0)? listHeight + 'px': 'unset' }}
>
{getListDateGroup()}
</section>
</>