fix:입출금내역 카드 최소 높이 조정 (화면 하단까지 확장)

This commit is contained in:
김보곤
2026-02-03 09:50:56 +09:00
parent 02870b6ad8
commit f8ab155a80

View File

@@ -577,7 +577,7 @@ className="px-6 py-2 bg-stone-600 text-white rounded-lg hover:bg-stone-700 font-
}
return (
<div className="bg-white rounded-xl shadow-sm border border-stone-100 min-h-[calc(100vh-400px)]">
<div className="bg-white rounded-xl shadow-sm border border-stone-100 min-h-[calc(100vh-320px)]">
<div className="p-6 border-b border-stone-100">
<div className="flex flex-col lg:flex-row lg:items-center lg:justify-between gap-4">
<h2 className="text-lg font-bold text-stone-900">입출금 내역</h2>