From 512ad203ab905403a9d98a10ed587eed960f63cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ITN=5F=EB=94=94=EC=9E=90=EC=9D=B8=ED=8C=80?= Date: Wed, 28 Feb 2024 15:57:53 +0900 Subject: [PATCH] =?UTF-8?q?2024/02/28=20=EA=B4=80=EB=A6=AC=EC=9E=90?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95(=EC=A1=B0=EC=A7=81=EB=8F=84=20=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20>=20=EC=A1=B0=EC=A7=81=EB=8F=84=20=EB=A0=88?= =?UTF-8?q?=EC=9D=B4=EC=95=84=EC=9B=83=20=EC=88=98=EC=A0=95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsp/uss/orgchart/OrgChartManage.jsp | 262 +++++++++++++++++- .../visitEdu/adm/publish/css/content.css | 7 +- 2 files changed, 263 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/uss/orgchart/OrgChartManage.jsp b/src/main/webapp/WEB-INF/jsp/uss/orgchart/OrgChartManage.jsp index fc09f162..ddfaf353 100644 --- a/src/main/webapp/WEB-INF/jsp/uss/orgchart/OrgChartManage.jsp +++ b/src/main/webapp/WEB-INF/jsp/uss/orgchart/OrgChartManage.jsp @@ -592,7 +592,259 @@ -
+
+
+ +
+ +

조직도

+ +
    +
  • +
  • +

    홈페이지관리

    +
  • +
  • 메뉴 관리
  • +
+
+ + + +
+ + + +
+
+
+ + + - + - + - + diff --git a/src/main/webapp/visitEdu/adm/publish/css/content.css b/src/main/webapp/visitEdu/adm/publish/css/content.css index 81165637..bc99eeb2 100644 --- a/src/main/webapp/visitEdu/adm/publish/css/content.css +++ b/src/main/webapp/visitEdu/adm/publish/css/content.css @@ -489,4 +489,9 @@ input[type="text"].input_time {width: 50px;} /*성인 > 교욱결과관리 > 상세*/ .ta_con tr th{background-color: #f3f3f3;} - .ta_con tr th p{font-size: 17px; font-weight: 400; color: #000;} \ No newline at end of file + .ta_con tr th p{font-size: 17px; font-weight: 400; color: #000;} + + /*조직도 관리 > 조직도*/ + .or_con .pageCont{display: flex;} + .or_con .menu_area{margin-right: 35px;} + .or_con .fwMd{margin: -5px 0 10px 0;} \ No newline at end of file