From a4441cc08360bafa81ad25f3621bb30e00da3afa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Tue, 5 Mar 2024 11:12:52 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EB=89=B4=EA=B4=80=EB=A6=AC=20?= =?UTF-8?q?=EB=AA=A9=EB=A1=9D,=20css=20=EC=88=98=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/css/page.css | 14 ++++++-------- .../src/pages/admin/config/MenuMgt.jsx | 4 +--- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/egovframe-template-simple-react-contribution/src/css/page.css b/egovframe-template-simple-react-contribution/src/css/page.css index 8e59358..4413141 100644 --- a/egovframe-template-simple-react-contribution/src/css/page.css +++ b/egovframe-template-simple-react-contribution/src/css/page.css @@ -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;} diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/config/MenuMgt.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/config/MenuMgt.jsx index a0ac340..b26d352 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/config/MenuMgt.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/config/MenuMgt.jsx @@ -33,8 +33,7 @@ function MenuMgt({}) { resp.result.menuList.forEach(function (item, index) { mutListTag.push(
-
{item.menuGroup?'└':''}
-
{item.menuId}
+
{item.menuGroup?'└ ':''}{item.menuId}
{item.menuTitle}
{item.menuUrl}
{item.menuTypeValue}
@@ -86,7 +85,6 @@ function MenuMgt({}) {
- 그룹 코드 메뉴 코드 메뉴 이름 경로