From 1132ee10d2694d7b8150477f4bfc08547f575526 Mon Sep 17 00:00:00 2001 From: yyypearl Date: Mon, 14 Oct 2024 18:59:55 +0900 Subject: [PATCH] =?UTF-8?q?design(#121):=20=EB=A7=88=EC=9D=B4=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=ED=97=A4=EB=8D=94=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/mypage/blocked/page.tsx | 3 ++- src/app/mypage/notification/page.tsx | 18 +++++------------- src/app/mypage/post/page.tsx | 13 +++++++++---- src/app/mypage/review/page.tsx | 10 +++++++--- src/app/mypage/service/page.tsx | 20 +++++++++++++------- src/components/mypage/post/Post.tsx | 7 ++++--- 6 files changed, 40 insertions(+), 31 deletions(-) diff --git a/src/app/mypage/blocked/page.tsx b/src/app/mypage/blocked/page.tsx index 07afc7f0..dbd4fbab 100644 --- a/src/app/mypage/blocked/page.tsx +++ b/src/app/mypage/blocked/page.tsx @@ -127,7 +127,8 @@ const Top = styled.div` justify-content: space-between; color: ${theme.colors.gray700}; ${(props) => props.theme.fonts.regular25}; - margin-bottom: 44px; + padding-bottom: 13px; + border-bottom: 1px solid ${theme.colors.gray400}; `; const BlockedList = styled.div` diff --git a/src/app/mypage/notification/page.tsx b/src/app/mypage/notification/page.tsx index df5dfd04..06c7da84 100644 --- a/src/app/mypage/notification/page.tsx +++ b/src/app/mypage/notification/page.tsx @@ -66,7 +66,7 @@ const MyAlertPage = () => { fetchNotiCount(); }, [currentPage]); - useEffect(() => { }, [totalPages, totalItems, notiCount]); + useEffect(() => {}, [totalPages, totalItems, notiCount]); const handlePrevPage = () => { if (currentPage > 1) { @@ -110,9 +110,7 @@ const MyAlertPage = () => { - - 알림 페이지 ({notiCount}) - + 알림 페이지 ({notiCount}) {notiList.length > 0 ? ( {notiList.map((data) => ( @@ -183,16 +181,10 @@ const Top = styled.div` width: 100%; display: flex; justify-content: space-between; - border-bottom: 1px solid ${theme.colors.gray400}; -`; - -const Small = styled.div` - width: 100%; - display: flex; - justify-content: space-between; - ${(props) => props.theme.fonts.medium16}; color: ${theme.colors.gray700}; - padding-bottom: 27px; + ${(props) => props.theme.fonts.regular25}; + padding-bottom: 13px; + border-bottom: 1px solid ${theme.colors.gray400}; `; const AlertList = styled.div` diff --git a/src/app/mypage/post/page.tsx b/src/app/mypage/post/page.tsx index e900027b..65c6bfc7 100644 --- a/src/app/mypage/post/page.tsx +++ b/src/app/mypage/post/page.tsx @@ -62,7 +62,7 @@ const MyPostPage = () => { - 내가 작성한 글 + 내가 작성한 글 소환사명
티어
@@ -136,10 +136,15 @@ const PostPage = styled.header` margin-bottom: 100px; `; -const Title = styled.div` - ${(props) => props.theme.fonts.bold25}; +const Top = styled.div` + width: 100%; + display: flex; + justify-content: space-between; color: ${theme.colors.gray700}; - margin-bottom: 39px; + ${(props) => props.theme.fonts.regular25}; + padding-bottom: 13px; + margin-bottom: 20px; + border-bottom: 1px solid ${theme.colors.gray400}; `; const Columns = styled.div` diff --git a/src/app/mypage/review/page.tsx b/src/app/mypage/review/page.tsx index 895a5475..ca3e1935 100644 --- a/src/app/mypage/review/page.tsx +++ b/src/app/mypage/review/page.tsx @@ -185,10 +185,14 @@ const Gray = styled.div` `; const Title = styled.div` - padding-left: 6px; - margin-bottom: 13px; - ${(props) => props.theme.fonts.regular25}; + width: 100%; + display: flex; + justify-content: space-between; color: ${theme.colors.gray700}; + ${(props) => props.theme.fonts.regular25}; + padding-bottom: 13px; + margin-bottom: 20px; + border-bottom: 1px solid ${theme.colors.gray400}; `; const Row = styled.div` diff --git a/src/app/mypage/service/page.tsx b/src/app/mypage/service/page.tsx index 1a42c522..cf3cd36a 100644 --- a/src/app/mypage/service/page.tsx +++ b/src/app/mypage/service/page.tsx @@ -8,9 +8,9 @@ const MyServicePage = () => { return ( - - 고객센터 - + + 고객 센터 +