diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/contents/PopUp.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/contents/PopUp.jsx index f3b6046..4dcc0fb 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/contents/PopUp.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/contents/PopUp.jsx @@ -23,10 +23,6 @@ const StyledDiv = styled.div` } } - .board_btn_area { - margin: 12px 0px; - } - .board-bot { margin-top: 20px; display: flex; 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 d82b48b..7d1a67a 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 @@ -13,8 +13,36 @@ import EgovPagingPaginationInfo from 'components/EgovPagingPaginationInfo'; import styled from "styled-components"; const StyledDiv = styled.div` - .board_btn_area { - margin: 12px 0px; + .BRD008 { + .head > span:nth-child(3) { + width: 200px; + } + .result .list_item > div:nth-child(3) { + width: 200px; + } + } + + .board-bot { + margin-top: 20px; + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: flex-start; + align-items: stretch; + justify-content: center; + + & > *:nth-child(1) { + width: 16%; + justify-content: left; + } + & > *:nth-child(2) { + width: 68%; + justify-content: center; + } + & > *:nth-child(3) { + width: 16%; + justify-content: right; + } } `; @@ -110,14 +138,10 @@ function StandardResearch(props) {

건설기준연구 관리

-
- {/* */} -
-
- 글 작성 -
- {/* */} + + + {/* */}
@@ -144,13 +168,27 @@ function StandardResearch(props) {
{/* */} -
- {/* */} + + + + + {/* */} +
+
{ getList({ ...searchCondition, pageIndex: passedPage }) }} /> - {/* */} +
+ 등록 +
+
+ {/* */} + + + + + {/* */}