diff --git a/egovframe-template-simple-react-contribution/src/css/page.css b/egovframe-template-simple-react-contribution/src/css/page.css index f6def02..29a13cb 100644 --- a/egovframe-template-simple-react-contribution/src/css/page.css +++ b/egovframe-template-simple-react-contribution/src/css/page.css @@ -182,14 +182,12 @@ .menuList .result .list_item > div:nth-child(5) {width: 100px;} /* 사이트관리 > 환경설정 > 메뉴권한관리 */ - .roleList .head > span:nth-child(1) {width: 120px;} - .roleList .head > span:nth-child(2) {width: 180px;} - .roleList .head > span:nth-child(3) {width: 120px;} + .roleList .head > span:nth-child(1) {width: 180px;} + .roleList .head > span:nth-child(2) {width: 120px;} .roleList .head .checkboxDiv {width: 60px;} .roleList .head .saveBtnDiv {width: 100px;} - .roleList .result .list_item > div:nth-child(1) {width: 120px;} - .roleList .result .list_item > div:nth-child(2) {width: 180px;} - .roleList .result .list_item > div:nth-child(3) {width: 120px;} + .roleList .result .list_item > div:nth-child(1) {width: 180px;} + .roleList .result .list_item > div:nth-child(2) {width: 120px;} .roleList .result .list_item .checkboxDiv {width: 60px;} .roleList .result .list_item .saveBtnDiv {width: 100px;} diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/config/MenuAuthMgt.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/config/MenuAuthMgt.jsx index 727c93d..4d498a1 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/config/MenuAuthMgt.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/config/MenuAuthMgt.jsx @@ -29,6 +29,7 @@ function MenuAuthMgt(props) { // 리스트 항목 구성 menuList.forEach(function (item, index) { const checkboxs = []; + roleList.forEach(function (role) { checkboxs.push(