메뉴관리 목록, css 수정.
parent
d90fbbec3e
commit
a4441cc083
|
|
@ -171,17 +171,15 @@
|
||||||
|
|
||||||
/* 사이트관리 > 환경설정 > 메뉴관리 */
|
/* 사이트관리 > 환경설정 > 메뉴관리 */
|
||||||
.menuList .head > span:nth-child(1) {width: 120px;}
|
.menuList .head > span:nth-child(1) {width: 120px;}
|
||||||
.menuList .head > span:nth-child(2) {width: 120px;}
|
.menuList .head > span:nth-child(2) {width: 100px;}
|
||||||
.menuList .head > span:nth-child(3) {width: 100px;}
|
.menuList .head > span:nth-child(3) {width: 200px;}
|
||||||
.menuList .head > span:nth-child(4) {width: 200px;}
|
.menuList .head > span:nth-child(4) {width: 100px;}
|
||||||
.menuList .head > span:nth-child(5) {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(1) {width: 120px;}
|
||||||
.menuList .result .list_item > div:nth-child(2) {width: 120px;}
|
.menuList .result .list_item > div:nth-child(2) {width: 100px;}
|
||||||
.menuList .result .list_item > div:nth-child(3) {width: 100px;}
|
.menuList .result .list_item > div:nth-child(3) {width: 200px;}
|
||||||
.menuList .result .list_item > div:nth-child(4) {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(5) {width: 100px;}
|
||||||
.menuList .result .list_item > div:nth-child(6) {width: 100px;}
|
|
||||||
|
|
||||||
/* 사이트관리 > 환경설정 > 메뉴권한관리 */
|
/* 사이트관리 > 환경설정 > 메뉴권한관리 */
|
||||||
.roleList .head > span:nth-child(1) {width: 120px;}
|
.roleList .head > span:nth-child(1) {width: 120px;}
|
||||||
|
|
|
||||||
|
|
@ -33,8 +33,7 @@ function MenuMgt({}) {
|
||||||
resp.result.menuList.forEach(function (item, index) {
|
resp.result.menuList.forEach(function (item, index) {
|
||||||
mutListTag.push(
|
mutListTag.push(
|
||||||
<div className={"list_item"} key={"userListDiv_"+index}>
|
<div className={"list_item"} key={"userListDiv_"+index}>
|
||||||
<div>{item.menuGroup?'└':''}</div>
|
<div>{item.menuGroup?'└ ':''}{item.menuId}</div>
|
||||||
<div>{item.menuId}</div>
|
|
||||||
<div>{item.menuTitle}</div>
|
<div>{item.menuTitle}</div>
|
||||||
<div>{item.menuUrl}</div>
|
<div>{item.menuUrl}</div>
|
||||||
<div>{item.menuTypeValue}</div>
|
<div>{item.menuTypeValue}</div>
|
||||||
|
|
@ -86,7 +85,6 @@ function MenuMgt({}) {
|
||||||
|
|
||||||
<div className="board_list menuList">
|
<div className="board_list menuList">
|
||||||
<div className="head">
|
<div className="head">
|
||||||
<span>그룹 코드</span>
|
|
||||||
<span>메뉴 코드</span>
|
<span>메뉴 코드</span>
|
||||||
<span>메뉴 이름</span>
|
<span>메뉴 이름</span>
|
||||||
<span>경로</span>
|
<span>경로</span>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue