From 2443d53ce2f68eb39e8c69957c705b86107103eb Mon Sep 17 00:00:00 2001 From: caadiq Date: Wed, 31 Dec 2025 22:38:21 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=EB=85=84=EC=9B=94=20=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=20=ED=86=A0=EA=B8=80=20=EB=8F=99=EC=9E=91=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20=EB=B0=8F=20JSX=20=EA=B5=AC=EC=A1=B0=20=EC=A0=95?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/pc/Schedule.jsx | 49 +++++++++++++++--------------- 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/frontend/src/pages/pc/Schedule.jsx b/frontend/src/pages/pc/Schedule.jsx index dad1e7a..db7f5d8 100644 --- a/frontend/src/pages/pc/Schedule.jsx +++ b/frontend/src/pages/pc/Schedule.jsx @@ -122,31 +122,24 @@ function Schedule() { > - - - - - {/* 년/월 선택 팝업 */} - - {showYearMonthPicker && ( - + + + {/* 년/월 선택 팝업 */} + + {showYearMonthPicker && ( + {/* 년도 선택 */}

년도

@@ -188,6 +181,14 @@ function Schedule() { )} +
+ + {/* 요일 헤더 */}