From 4d0ccec10aeb0cd0620ed23b46d0cf12bf261be1 Mon Sep 17 00:00:00 2001 From: amaranth <81465068+amaran-th@users.noreply.github.com> Date: Mon, 21 Mar 2022 01:21:04 +0900 Subject: [PATCH] =?UTF-8?q?style:=EA=B2=8C=EC=8B=9C=ED=8C=90=20ui=20?= =?UTF-8?q?=EC=9E=90=EC=9E=98=ED=95=9C=20=EB=B6=80=EB=B6=84=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 갤러리 최대 폭 설정 - 글쓰기 버튼 위치 조정 - 아이콘 미세 조정 #109 --- src/page/Board/BoardMain.jsx | 4 ++-- src/page/Board/BoardView.jsx | 4 ++-- src/page/Board/BoardWrite.jsx | 4 ++-- src/page/Board/Components/Gallary.jsx | 8 ++++---- src/page/Board/Components/Info.jsx | 3 +-- src/page/Board/Components/Table.jsx | 8 ++++---- 6 files changed, 15 insertions(+), 16 deletions(-) diff --git a/src/page/Board/BoardMain.jsx b/src/page/Board/BoardMain.jsx index 2e2bad9d..83299e30 100644 --- a/src/page/Board/BoardMain.jsx +++ b/src/page/Board/BoardMain.jsx @@ -18,8 +18,8 @@ const Board = () => { return ( <> -
-
+
+
diff --git a/src/page/Board/BoardView.jsx b/src/page/Board/BoardView.jsx index ba933793..878c9948 100644 --- a/src/page/Board/BoardView.jsx +++ b/src/page/Board/BoardView.jsx @@ -63,10 +63,10 @@ const BoardView = (props) => {
) : ( -
+
-
+
{board?.id && prevBoard.id !== board.id ? ( diff --git a/src/page/Board/BoardWrite.jsx b/src/page/Board/BoardWrite.jsx index 5098cc68..82c77f69 100644 --- a/src/page/Board/BoardWrite.jsx +++ b/src/page/Board/BoardWrite.jsx @@ -10,8 +10,8 @@ const BoardWrite = () => { const redirectData = useLocation(); return ( -
-
+
+
diff --git a/src/page/Board/Components/Gallary.jsx b/src/page/Board/Components/Gallary.jsx index 73ac5739..37f30a31 100644 --- a/src/page/Board/Components/Gallary.jsx +++ b/src/page/Board/Components/Gallary.jsx @@ -23,7 +23,7 @@ const Gallary = ({ notices, boards, linkHandler, state }) => { const [thumbnails, setThumbnails] = []; useEffect(() => {}, []); return ( -
+
{notices.length != 0 ? (
@@ -78,7 +78,7 @@ const Gallary = ({ notices, boards, linkHandler, state }) => { )}
{isNewPost(board.registerTime) ? ( - + N ) : ( @@ -87,7 +87,7 @@ const Gallary = ({ notices, boards, linkHandler, state }) => {
-
+

{board.title}

@@ -179,7 +179,7 @@ const Gallary = ({ notices, boards, linkHandler, state }) => { )}
{isNewPost(board.registerTime) ? ( - + N ) : ( diff --git a/src/page/Board/Components/Info.jsx b/src/page/Board/Components/Info.jsx index e07aaa10..384e419e 100644 --- a/src/page/Board/Components/Info.jsx +++ b/src/page/Board/Components/Info.jsx @@ -15,7 +15,6 @@ const Info = ({ isWrite, state }) => { useEffect(() => {}, [categoryId]); - return (
@@ -39,7 +38,7 @@ const Info = ({ isWrite, state }) => { )}
- {props.isWrite ? ( + {isWrite ? ( '' ) : (
- n + + N ) : ( '' @@ -189,8 +189,8 @@ const Table = ({ '' )} {isNewPost(board.registerTime) ? ( - - n + + N ) : ( ''