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 8b96db5..88bb0f1 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
@@ -3,7 +3,8 @@ import { Link, useLocation, useNavigate } from 'react-router-dom';
import styled from "styled-components";
-
+import Col from "react-bootstrap/Col";
+import Row from "react-bootstrap/Row";
import * as EgovNet from 'api/egovFetch';
import URL from 'constants/url';
import CODE from 'constants/code';
@@ -155,22 +156,22 @@ function SchedulesDetail(props) {
{/* */}
-
-
+
+
+ 목록
+
+
+
수정
-
-
-
- 목록
-
-
+ className="btn btn_skyblue_h32 w_100">수정
+
+
{/* */}
{/* */}
diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules/Edit.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules/Edit.jsx
index b4205b8..7f0214d 100644
--- a/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules/Edit.jsx
+++ b/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules/Edit.jsx
@@ -2,7 +2,8 @@ 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 * as EgovNet from 'api/egovFetch';
import URL from 'constants/url';
@@ -52,12 +53,12 @@ const StyledDiv = styled.div`
width: 100%;
}
}
- .right_col {
- position: absolute;
- right: 0px;
- top: 0px;
- text-align: right;
- }
+ //.right_col {
+ // position: absolute;
+ // right: 0px;
+ // top: 0px;
+ // text-align: right;
+ //}
`;
function SchedulesEdit(props) {
@@ -457,24 +458,22 @@ function SchedulesEdit(props) {
{/* */}
-
-
-
-
-
- 목록
-
-
+
+
{/* */}
{/* */}