From 0dafec751385cbd8a4cba095ee482ad59ccccf05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Tue, 15 Mar 2022 12:12:41 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9A=8C=EC=9B=90=EA=B4=80=EB=A6=AC=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=B0=98=EC=9D=91=ED=98=95=20?= =?UTF-8?q?=EC=9E=91=EC=97=85.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/jsp/admin/dashBoard.jsp | 6 +- .../webapp/WEB-INF/jsp/admin/userInfo.jsp | 77 ++++++++++++++++--- .../webapp/WEB-INF/jsp/map/requestView.jsp | 20 ++--- src/main/webapp/css/style.css | 9 +-- src/main/webapp/js/admin/userinfo.js | 2 +- 5 files changed, 80 insertions(+), 34 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/admin/dashBoard.jsp b/src/main/webapp/WEB-INF/jsp/admin/dashBoard.jsp index cc8850c..327e0af 100644 --- a/src/main/webapp/WEB-INF/jsp/admin/dashBoard.jsp +++ b/src/main/webapp/WEB-INF/jsp/admin/dashBoard.jsp @@ -86,7 +86,7 @@
-
+

지도사용 이력 추이

@@ -94,7 +94,7 @@
-
+
@@ -104,7 +104,7 @@
-
+
diff --git a/src/main/webapp/WEB-INF/jsp/admin/userInfo.jsp b/src/main/webapp/WEB-INF/jsp/admin/userInfo.jsp index 2fc971c..c66b7ed 100644 --- a/src/main/webapp/WEB-INF/jsp/admin/userInfo.jsp +++ b/src/main/webapp/WEB-INF/jsp/admin/userInfo.jsp @@ -15,8 +15,8 @@

회원관리

-
-
+
+
-
-
+
+
- -
+
-
- +
+
- -
+
@@ -65,8 +63,8 @@ - - + + @@ -94,6 +92,61 @@
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
아이디
이름
소속
전화번호
이메일
가입일
${userSearchVO.auth eq '99'?'상태':'권한'} + + 관리자 + 사용자 + + + + + +
요청한 목록이 없습니다.
+
diff --git a/src/main/webapp/WEB-INF/jsp/map/requestView.jsp b/src/main/webapp/WEB-INF/jsp/map/requestView.jsp index fc6c689..a86e16c 100644 --- a/src/main/webapp/WEB-INF/jsp/map/requestView.jsp +++ b/src/main/webapp/WEB-INF/jsp/map/requestView.jsp @@ -134,10 +134,8 @@ - - - - + + @@ -160,15 +158,17 @@ 레이어 -<%--
--%> +
- + diff --git a/src/main/webapp/css/style.css b/src/main/webapp/css/style.css index 4aa9951..988d45a 100644 --- a/src/main/webapp/css/style.css +++ b/src/main/webapp/css/style.css @@ -19,10 +19,6 @@ a { padding-top: 10px; } -.text-center { - text-align: center; -} - .point-cursor { cursor: pointer; } @@ -232,10 +228,7 @@ a { .setting_content2 { width: 100%; - margin-top: 10px; justify-content: space-between; - line-height: 3; - } .setting_sub_title { @@ -682,7 +675,7 @@ a { .layer-label { width: 140px; display: inline-block; - line-height: 50px; + line-height: 30px; margin-left: 20px; } diff --git a/src/main/webapp/js/admin/userinfo.js b/src/main/webapp/js/admin/userinfo.js index a91be0c..3de7d09 100644 --- a/src/main/webapp/js/admin/userinfo.js +++ b/src/main/webapp/js/admin/userinfo.js @@ -4,7 +4,7 @@ $(function () { }) $(document).on('click', '.userInfoModalBtn', function () { - const userid = $(this.parentNode).find(".useridTd")[0].innerText; + const userid = $(this.parentNode).attr("data-userid"); $.ajax({ url: '/admin/userInfo/' + userid, type: 'GET',