diff --git a/egovframe-template-simple-react-contribution/src/constants/url.js b/egovframe-template-simple-react-contribution/src/constants/url.js index a63c209..7343984 100644 --- a/egovframe-template-simple-react-contribution/src/constants/url.js +++ b/egovframe-template-simple-react-contribution/src/constants/url.js @@ -26,9 +26,10 @@ const URL = { // INTRO_SERVICE : "/intro/service", // 정보마당/주요서비스소개 //COMMITTEE - COMMITTEE : "/committee", //위원회 - COMMITTEE_PROGRESS : "/committee/progress", // 위원회/진행현황 - COMMITTEE_SCHEDULE : "/committee/schedule", // 위원회/위원회일정 + COMMITTEE : "/committee", //위원회 + COMMITTEE_PROGRESS : "/committee/progress", // 위원회/진행현황 + COMMITTEE_PROGRESS_DETAIL : "/committee/progressdetail", // 위원회/진행현황 상세보기 + COMMITTEE_SCHEDULE : "/committee/schedule", // 위원회/위원회일정 //SUPPORT SUPPORT : "/support", // 고객지원 diff --git a/egovframe-template-simple-react-contribution/src/css/page.css b/egovframe-template-simple-react-contribution/src/css/page.css index 5a4f822..64f1b2c 100644 --- a/egovframe-template-simple-react-contribution/src/css/page.css +++ b/egovframe-template-simple-react-contribution/src/css/page.css @@ -488,6 +488,23 @@ .poll_title {font-size: 15px; padding-left: 10px;} .poll_answer {padding-left: 20px;} + /* 위원회 진행현황 */ + .BRD020 .head > span:nth-child(1) {position: relative; width: 60px;} + .BRD020 .head > span:nth-child(2) {position: relative; width: 80px;} + .BRD020 .head > span:nth-child(3) {position: relative; width: 180px;} + .BRD020 .head > span:nth-child(4) {position: relative; } + .BRD020 .head > span:nth-child(5) {position: relative; width: 120px;} + .BRD020 .head > span:nth-child(6) {position: relative; width: 120px;} + .BRD020 .head > span:nth-child(7) {position: relative; width: 100px;} + .BRD020 .head > span:nth-child(-n+6)::after {position: absolute; content: ''; right: 0; bottom: 0; height: 50%; border-right: 1px solid #B5B5B5;} + .BRD020 .result .list_item > div:nth-child(1) {width: 60px;} + .BRD020 .result .list_item > div:nth-child(2) {width: 80px;} + .BRD020 .result .list_item > div:nth-child(3) {width: 180px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-align: left;} + .BRD020 .result .list_item > div:nth-child(4) {text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-align: left; padding-left: 5px;} + .BRD020 .result .list_item > div:nth-child(5) {width: 120px;} + .BRD020 .result .list_item > div:nth-child(6) {width: 120px;} + .BRD020 .result .list_item > div:nth-child(7) {width: 100px;} + /* 찾아오시는길 */ .SITE_CONTACT_US .map {margin-top: 43px;} diff --git a/egovframe-template-simple-react-contribution/src/pages/committee/Progress.jsx b/egovframe-template-simple-react-contribution/src/pages/committee/Progress.jsx index 0cb18dd..22b4024 100644 --- a/egovframe-template-simple-react-contribution/src/pages/committee/Progress.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/committee/Progress.jsx @@ -1,7 +1,9 @@ import React, { useState } from 'react'; import {Link, useLocation, useNavigate} from 'react-router-dom'; import * as EgovNet from 'api/egovFetch'; -import URL from "../../constants/url"; +import URL from "constants/url"; +import Row from "react-bootstrap/Row"; +import Col from "react-bootstrap/Col"; function Progress(){ @@ -25,6 +27,104 @@ function Progress(){
검색된 결과가 없습니다.
*/} + + {/* */} + +