메뉴관리 목록, css 수정.

thkim
강석 최 2024-03-05 11:12:52 +09:00
parent d90fbbec3e
commit a4441cc083
2 changed files with 7 additions and 11 deletions

View File

@ -171,17 +171,15 @@
/* 사이트관리 > 환경설정 > 메뉴관리 */
.menuList .head > span:nth-child(1) {width: 120px;}
.menuList .head > span:nth-child(2) {width: 120px;}
.menuList .head > span:nth-child(3) {width: 100px;}
.menuList .head > span:nth-child(4) {width: 200px;}
.menuList .head > span:nth-child(2) {width: 100px;}
.menuList .head > span:nth-child(3) {width: 200px;}
.menuList .head > span:nth-child(4) {width: 100px;}
.menuList .head > span:nth-child(5) {width: 100px;}
.menuList .head > span:nth-child(6) {width: 100px;}
.menuList .result .list_item > div:nth-child(1) {width: 120px;}
.menuList .result .list_item > div:nth-child(2) {width: 120px;}
.menuList .result .list_item > div:nth-child(3) {width: 100px;}
.menuList .result .list_item > div:nth-child(4) {width: 200px;}
.menuList .result .list_item > div:nth-child(2) {width: 100px;}
.menuList .result .list_item > div:nth-child(3) {width: 200px;}
.menuList .result .list_item > div:nth-child(4) {width: 100px;}
.menuList .result .list_item > div:nth-child(5) {width: 100px;}
.menuList .result .list_item > div:nth-child(6) {width: 100px;}
/* 사이트관리 > 환경설정 > 메뉴권한관리 */
.roleList .head > span:nth-child(1) {width: 120px;}

View File

@ -33,8 +33,7 @@ function MenuMgt({}) {
resp.result.menuList.forEach(function (item, index) {
mutListTag.push(
<div className={"list_item"} key={"userListDiv_"+index}>
<div>{item.menuGroup?'└':''}</div>
<div>{item.menuId}</div>
<div>{item.menuGroup?'└ ':''}{item.menuId}</div>
<div>{item.menuTitle}</div>
<div>{item.menuUrl}</div>
<div>{item.menuTypeValue}</div>
@ -86,7 +85,6 @@ function MenuMgt({}) {
<div className="board_list menuList">
<div className="head">
<span>그룹 코드</span>
<span>메뉴 코드</span>
<span>메뉴 이름</span>
<span>경로</span>