From 4ecc16347c386343143c3fbc56ed92fdeac87c26 Mon Sep 17 00:00:00 2001 From: caadiq Date: Sat, 10 Jan 2026 09:50:56 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9D=BC=EC=A0=95=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EC=B5=9C=EC=86=8C=20=EB=86=92=EC=9D=B4=20=EB=B0=8F?= =?UTF-8?q?=20=EA=B4=80=EB=A6=AC=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EA=B8=80?= =?UTF-8?q?=EC=94=A8=20=ED=81=AC=EA=B8=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Schedule.jsx: 검색 결과 아이템에 min-h-[100px] 추가 - AdminSchedule.jsx: 글씨 크기 및 아이콘 크기 원복 --- frontend/src/pages/pc/admin/AdminSchedule.jsx | 38 +++++++++---------- frontend/src/pages/pc/public/Schedule.jsx | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/frontend/src/pages/pc/admin/AdminSchedule.jsx b/frontend/src/pages/pc/admin/AdminSchedule.jsx index db9e04e..f611e26 100644 --- a/frontend/src/pages/pc/admin/AdminSchedule.jsx +++ b/frontend/src/pages/pc/admin/AdminSchedule.jsx @@ -1111,52 +1111,52 @@ function AdminSchedule() { >
-
+
{new Date(schedule.date).getFullYear()}.{new Date(schedule.date).getMonth() + 1}
-
+
{new Date(schedule.date).getDate()}
-
+
{['일', '월', '화', '수', '목', '금', '토'][new Date(schedule.date).getDay()]}요일
c.id === schedule.category_id)?.color)?.style?.backgroundColor || '#6b7280' }} />
-

{decodeHtmlEntities(schedule.title)}

-
+

{decodeHtmlEntities(schedule.title)}

+
{schedule.time && ( - + {schedule.time.slice(0, 5)} )} - + {categories.find(c => c.id === schedule.category_id)?.name || '미분류'} {schedule.source_name && ( - + {schedule.source_name} )}
{schedule.member_names && ( -
+
{schedule.member_names.split(',').length >= 5 ? ( - + 프로미스나인 ) : ( schedule.member_names.split(',').map((name, i) => ( - + {name.trim()} )) @@ -1165,29 +1165,29 @@ function AdminSchedule() { )}
-
+
{schedule.source_url && ( e.stopPropagation()} - className="p-1.5 hover:bg-blue-100 rounded-lg transition-colors text-blue-500" + className="p-2 hover:bg-blue-100 rounded-lg transition-colors text-blue-500" > - + )}
diff --git a/frontend/src/pages/pc/public/Schedule.jsx b/frontend/src/pages/pc/public/Schedule.jsx index 21de495..02f5882 100644 --- a/frontend/src/pages/pc/public/Schedule.jsx +++ b/frontend/src/pages/pc/public/Schedule.jsx @@ -863,7 +863,7 @@ function Schedule() {
handleScheduleClick(schedule)} - className="flex items-stretch bg-white rounded-2xl shadow-sm hover:shadow-md transition-shadow overflow-hidden cursor-pointer" + className="flex items-stretch bg-white rounded-2xl shadow-sm hover:shadow-md transition-shadow overflow-hidden cursor-pointer min-h-[100px]" > {/* 날짜 영역 */}