From 4837200e3766ee10ce50d66a4bfc51328104360b Mon Sep 17 00:00:00 2001 From: "Lim\\jun" Date: Thu, 4 Jul 2024 17:22:09 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90=20=ED=8D=BC?= =?UTF-8?q?=EB=B8=94=20=EC=97=85=EB=8E=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/css/page.css | 13 ++++++------- .../src/pages/admin/contents/StandardResearch.jsx | 4 ++-- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/egovframe-template-simple-react-contribution/src/css/page.css b/egovframe-template-simple-react-contribution/src/css/page.css index 1322e6a..fda76b7 100644 --- a/egovframe-template-simple-react-contribution/src/css/page.css +++ b/egovframe-template-simple-react-contribution/src/css/page.css @@ -315,15 +315,14 @@ .BRD004 .result .list_item > div:nth-child(5) {width: 100px;} .BRD004 .result .list_item > div:nth-child(6) {width: 140px;} - /* 사이트관리 미리보기 게시판 */ + /* 관리자 - 건설기준연구 관리 */ .BRD005 .head > span:nth-child(1) {width: 60px;} - .BRD005 .head > span:nth-child(3) {width: 100px;} - .BRD005 .head > span:nth-child(4) {width: 120px;} - .BRD005 .head > span:nth-child(5) {width: 100px;} + .BRD005 .head > span:nth-child(3) {width: 200px;} + .BRD005 .head > span:nth-child(4) {width: 300px;} .BRD005 .result .list_item > div:nth-child(1) {width: 60px;} - .BRD005 .result .list_item > div:nth-child(3) {width: 100px;} - .BRD005 .result .list_item > div:nth-child(4) {width: 120px;} - .BRD005 .result .list_item > div:nth-child(5) {width: 100px;} + .BRD005 .result .list_item > div:nth-child(2) {text-overflow: ellipsis; white-space: nowrap; overflow: hidden;} + .BRD005 .result .list_item > div:nth-child(3) {width: 200px;} + .BRD005 .result .list_item > div:nth-child(4) {width: 300px; text-align: left;} /* 게시판 관리 */ .BRD006 .head > span:nth-child(1) {width: 160px;} diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardResearch.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardResearch.jsx index c6a772f..b273c7e 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardResearch.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardResearch.jsx @@ -164,7 +164,7 @@ function StandardResearch(props) { {/* */} -
+
번호 연구명 @@ -182,7 +182,7 @@ function StandardResearch(props) { {list && list.map((it)=>(
{it.number}
-
{it.title}
+
{it.title}
{it.researchStartDate} ~ {it.researchEndDate}
{it.director}