From 0ae2457e411b60bb064d22391669bfb646f6d906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Tue, 22 Apr 2025 15:59:41 +0900 Subject: [PATCH] =?UTF-8?q?layout=20header=20=EB=A9=94=EB=89=B4=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=20=EB=B0=8F=201:1=EB=AC=B8=EC=9D=98=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../images/sub/oneonone_profile_icon.svg | 4 + src/app/community/notice/page.jsx | 2 +- src/app/community/oneononeinquiry/page.jsx | 50 +++++ src/components/layout/Header.jsx | 7 + src/components/publishpage/PublishPage.jsx | 15 +- .../oneononeinqury/OneOnOneDetailPop.jsx | 62 ++++++ .../oneononeinqury/OneOnOneEditPop.jsx | 91 ++++++++ .../oneononeinqury/OneOnOneInquiryTable.jsx | 136 ++++++++++++ src/styles/_contents.scss | 40 ++-- src/styles/_reset.scss | 19 ++ src/styles/_submodal.scss | 200 ++++++++++++++---- 11 files changed, 561 insertions(+), 65 deletions(-) create mode 100644 public/static/images/sub/oneonone_profile_icon.svg create mode 100644 src/app/community/oneononeinquiry/page.jsx create mode 100644 src/components/sub/community/oneononeinqury/OneOnOneDetailPop.jsx create mode 100644 src/components/sub/community/oneononeinqury/OneOnOneEditPop.jsx create mode 100644 src/components/sub/community/oneononeinqury/OneOnOneInquiryTable.jsx diff --git a/public/static/images/sub/oneonone_profile_icon.svg b/public/static/images/sub/oneonone_profile_icon.svg new file mode 100644 index 0000000..f1c3d92 --- /dev/null +++ b/public/static/images/sub/oneonone_profile_icon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/app/community/notice/page.jsx b/src/app/community/notice/page.jsx index 87bbbd4..626b967 100644 --- a/src/app/community/notice/page.jsx +++ b/src/app/community/notice/page.jsx @@ -42,7 +42,7 @@ export default function NoticePage(){