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}