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]" > {/* 날짜 영역 */}