메일페이지 수정중1

This commit is contained in:
2025-12-01 09:56:04 +09:00
parent 54d763e008
commit 8bdd615ec9
9 changed files with 1696 additions and 660 deletions

View File

@@ -274,7 +274,8 @@ export default function AdminNoticeDetailPage() {
</p>
</div>
</div>
{attachments.map((attachment, idx) => (
<div className="pt-3">
{attachments.map((attachment, idx) => (
<div
key={idx}
className="bg-white border border-[#DEE1E6] rounded-[6px] h-[64px] flex items-center gap-[12px] px-[17px] py-1 w-full"
@@ -301,7 +302,8 @@ export default function AdminNoticeDetailPage() {
</span>
</button>
</div>
))}
))}
</div>
</div>
</div>
)}