자잘한 오류 수정과 스크롤, 헤더 변경완료

This commit is contained in:
leeheejin
2025-10-17 14:52:08 +09:00
parent e53bdd15ef
commit 0a02a6c7ab
21 changed files with 359 additions and 219 deletions

View File

@@ -130,7 +130,7 @@ export default function DeliveryTodayStatsWidget({ element }: DeliveryTodayStats
<div className="flex h-full flex-col overflow-hidden bg-white p-4">
{/* 헤더 */}
<div className="mb-4 flex items-center justify-between">
<h3 className="text-lg font-semibold text-gray-800">📅 </h3>
<h3 className="text-lg font-semibold text-gray-800"> </h3>
<button
onClick={loadData}
className="rounded-full p-1 text-gray-500 hover:bg-gray-100"