diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/committee/ProgressStatus/Detail.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/committee/ProgressStatus/Detail.jsx index 41cb7bc..cc1b0fc 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/committee/ProgressStatus/Detail.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/committee/ProgressStatus/Detail.jsx @@ -155,11 +155,11 @@ function SchedulesDetail(props) { {/* */} - 목록 + 목록 - 수정 + 수정 {/* */} diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/committee/ProgressStatus/Edit.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/committee/ProgressStatus/Edit.jsx index 6fc4ae9..92b8382 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/committee/ProgressStatus/Edit.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/committee/ProgressStatus/Edit.jsx @@ -544,10 +544,10 @@ function ProgressStatusEdit(props) { {/* */} - 목록 + 목록 - diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules/Detail.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules/Detail.jsx index d42bf2d..f211d5a 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules/Detail.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules/Detail.jsx @@ -158,7 +158,7 @@ function SchedulesDetail(props) { {/* */} - 목록 + 목록 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 b88e497..c6a772f 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 @@ -5,6 +5,8 @@ import LinearProgress from '@mui/material/LinearProgress'; import * as EgovNet from 'api/egovFetch'; import URL from 'constants/url'; import CODE from 'constants/code'; +import Col from "react-bootstrap/Col"; +import Row from "react-bootstrap/Row"; import { default as EgovLeftNav } from 'components/leftmenu/EgovLeftNavAdmin'; import EgovPagingPaginationInfo from 'components/EgovPagingPaginationInfo'; @@ -194,16 +196,17 @@ function StandardResearch(props) { {/* */} -
-
- { - getList({ ...searchCondition, pageIndex: passedPage }) - }} /> -
- 등록 -
+ + + { + getList({ ...searchCondition, pageIndex: passedPage }) + }} /> + + + 등록 + -
+
{/* */} diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardResearch/StandardResearchEditor.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardResearch/StandardResearchEditor.jsx index c30e62e..c92ab3e 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardResearch/StandardResearchEditor.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardResearch/StandardResearchEditor.jsx @@ -1,6 +1,9 @@ import React, { useState, useEffect } from 'react'; import { Link, useLocation, useNavigate } from 'react-router-dom'; import DatePicker from "react-datepicker"; +import Col from "react-bootstrap/Col"; +import Row from "react-bootstrap/Row"; + import LinearProgress from '@mui/material/LinearProgress'; import EgovAttachFile from 'components/EgovAttachFile'; @@ -403,23 +406,23 @@ function StandardResearchEditor(props) { {/* */} {/* */} -
-
- + {modeInfo.mode === CODE.MODE_MODIFY && + + } + + + - {modeInfo.mode === CODE.MODE_MODIFY && - - } -
-
- -
-
+ +
{/* */}