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