From 4326dd805b33b984eaefa1e75a45f1209e789e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A0=EB=AF=BC=ED=98=95?= Date: Fri, 3 May 2024 09:58:11 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=8C=EC=8B=9C=EB=AC=BC=EA=B4=80=EB=A6=AC?= =?UTF-8?q?=20=EB=94=94=EC=9E=90=EC=9D=B8=20=EC=88=98=EC=A0=95,=20?= =?UTF-8?q?=EC=84=A0=ED=83=9D=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/css/component.css | 1 + .../src/css/page.css | 9 +++++---- .../src/pages/admin/board/AdminPostMgtList.jsx | 17 ++++++++--------- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/egovframe-template-simple-react-contribution/src/css/component.css b/egovframe-template-simple-react-contribution/src/css/component.css index 23837cf..540dde7 100644 --- a/egovframe-template-simple-react-contribution/src/css/component.css +++ b/egovframe-template-simple-react-contribution/src/css/component.css @@ -56,6 +56,7 @@ .board_list .result .list_item {display: table; width: 100%; table-layout: fixed;} /* changed by lim padding: 18px 0 20px 0; */ .board_list .result .list_item > div {display: table-cell; padding: 7px 0 7px 0; border-bottom: 1px solid #dde2e5; color: #666; font-size: 14px; text-align: center; vertical-align: middle;} +.board_list .result .list_item > .left_align {text-align: left;} .board_list .result .list_item > div.al {padding: 18px 30px 20px 30px; text-align: left;} .board_list .result .list_item > div.reply {position: relative; padding: 18px 30px 20px 52px;} .board_list .result .list_item > div.reply::before {content: ""; display: block; position: absolute; left: 27px; top: 24px; width: 22px; height: 14px; background: url(css/images/ico_reply.png) no-repeat;} diff --git a/egovframe-template-simple-react-contribution/src/css/page.css b/egovframe-template-simple-react-contribution/src/css/page.css index eb59d13..cc22cd4 100644 --- a/egovframe-template-simple-react-contribution/src/css/page.css +++ b/egovframe-template-simple-react-contribution/src/css/page.css @@ -253,16 +253,17 @@ .PDS_LIST .recent > ul li .ymd {display: block; position: absolute; right: 0; top: 0; height: 30px; color: #666; font-size: 16px; line-height: 30px;} .PDS_LIST .tit_5 {margin-top: 42px;} .PDS_LIST .board_list {margin-top: 50px;} + /* 사이트관리 > 게시판현황 > 게시물관리 */ .BRD007 .head > span:nth-child(1) {width: 70px;} - .BRD007 .head > span:nth-child(3) {width: 160px;} + .BRD007 .head > span:nth-child(3) {width: 70px;} .BRD007 .head > span:nth-child(4) {width: 120px;} - .BRD007 .head > span:nth-child(5) {width: 70px;} + .BRD007 .head > span:nth-child(5) {width: 160px;} .BRD007 .head > span:nth-child(6) {width: 120px;} .BRD007 .head > span:nth-child(7) {width: 140px;} .BRD007 .result .list_item > div:nth-child(1) {width: 70px;} - .BRD007 .result .list_item > div:nth-child(3) {width: 160px;} + .BRD007 .result .list_item > div:nth-child(3) {width: 70px;} .BRD007 .result .list_item > div:nth-child(4) {width: 120px;} - .BRD007 .result .list_item > div:nth-child(5) {width: 70px;} + .BRD007 .result .list_item > div:nth-child(5) {width: 160px;} .BRD007 .result .list_item > div:nth-child(6) {width: 120px;} .BRD007 .result .list_item > div:nth-child(7) {width: 140px;} diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/board/AdminPostMgtList.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/board/AdminPostMgtList.jsx index 091bd42..0484b3c 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/board/AdminPostMgtList.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/board/AdminPostMgtList.jsx @@ -69,11 +69,11 @@ function AdminPostMgtList(props) { mutListTag.push(
공지
-
{item?.bbsContTitle}
-
{item?.frstCrtId}
-
{formattedDate}
+
{item?.bbsContTitle}
{item?.bbsReadCnt}
{item?.fileGrpId && File Icon}
+
{item?.frstCrtId}
+
{formattedDate}
); @@ -85,11 +85,11 @@ function AdminPostMgtList(props) { mutListTag.push(
{resp.result.resultCnt - (resp.result.paginationInfo.pageIndex -1) * resp.result.paginationInfo.rowCnt - index}
-
{item?.bbsContTitle}
-
{item?.frstCrtId}
-
{formattedDate}
+
{item?.bbsContTitle}
{item?.bbsReadCnt}
{item?.fileGrpId && File Icon}
+
{item?.frstCrtId}
+
{formattedDate}
); @@ -160,7 +160,6 @@ function AdminPostMgtList(props) { 게시판선택