From 3253cc7188778e62907d0f8c13c0f26e0102c6f5 Mon Sep 17 00:00:00 2001 From: "Lim\\jun" Date: Thu, 4 Jul 2024 15:52:21 +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/pages/admin/contents/PopUp.jsx | 22 +++++++------ .../admin/contents/PopUp/PopupEditor.jsx | 31 ++++++++++--------- .../src/pages/admin/contents/Survey.jsx | 8 ++--- 3 files changed, 33 insertions(+), 28 deletions(-) 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 eb151e9..d914144 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 @@ -6,6 +6,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'; @@ -184,16 +186,18 @@ function PopUp(props) { {/* */} -
-
- { - getList({ ...searchCondition, pageIndex: passedPage }) - }} /> -
- 등록 -
+ + + + { + getList({ ...searchCondition, pageIndex: passedPage }) + }} /> + + + 등록 + -
+ {/* */} diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/contents/PopUp/PopupEditor.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/contents/PopUp/PopupEditor.jsx index 1d781de..740f781 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/contents/PopUp/PopupEditor.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/contents/PopUp/PopupEditor.jsx @@ -6,6 +6,8 @@ import AttachFile from "../../../../components/file/AttachFile"; import RichTextEditor from "../../../../components/editor/RichTextEditor"; import AlertDialogSlide from "../../../../components/alert/AlertDialogSlide"; import LoadingProgress from "../../../../components/progress/LoadingProgress"; +import Col from "react-bootstrap/Col"; +import Row from "react-bootstrap/Row"; import CODE from 'constants/code'; @@ -415,23 +417,22 @@ function PopupEditor(props) { {/* */} {/* */} -
-
- -
-
- + {modeInfo.mode === CODE.MODE_MODIFY && + + } + + + - {modeInfo.mode === CODE.MODE_MODIFY && - - } -
-
+ + {/* */} diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/contents/Survey.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/contents/Survey.jsx index b72e1d4..323b5e0 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/contents/Survey.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/contents/Survey.jsx @@ -37,12 +37,12 @@ function Survey({}) {
{item.svyTitle}
{item.svyStartDt}~{item.svyEndDt}
-
+
editUseYn(item.svySeq)}/>
-
-
+
+
- +
);