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',