From a76db6e843d60b68bd31e4ceecb7901f3dc970d6 Mon Sep 17 00:00:00 2001 From: Hyung Geun Date: Mon, 7 Mar 2022 15:29:24 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EC=A7=80=EB=8F=84=EC=82=AC=EC=9A=A9=20?= =?UTF-8?q?=EC=9A=94=EC=B2=AD=20box=20size=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/jsp/admin/requestView.jsp | 270 +++++++++--------- .../webapp/WEB-INF/jsp/map/requestView.jsp | 3 +- src/main/webapp/css/bootstrap-5.1.3.css | 1 + src/main/webapp/css/style.css | 9 +- 4 files changed, 144 insertions(+), 139 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/admin/requestView.jsp b/src/main/webapp/WEB-INF/jsp/admin/requestView.jsp index 0e310ed..5a30c22 100644 --- a/src/main/webapp/WEB-INF/jsp/admin/requestView.jsp +++ b/src/main/webapp/WEB-INF/jsp/admin/requestView.jsp @@ -16,155 +16,152 @@
-
- - -
 담당자
- - - - - - - - - - - - - -
소속이름연락처상태 - - - - - -
-
+ + +
 신청자
+ + + + + + + + + + + + + +
소속이름연락처상태 + + + + + +
-
- - -

지도사용 요청

- - - - - - - - - - - - - - - - - - - +
작업명
기간 ~
장소 - -
- ${item} -
-
-
레이어 -
- - - - - /> - - - +
+ + + + + + + + + + + + + - - - - - - - - - + + + + + + + <%-- + + + + + + + + + + - - - - + + + + - -
작업명
기간 ~
장소 + +
+ ${item}
-
-
- - - - /> - - - -
-
-
- - - - /> - - - -
-
레이어--%> + + <%--
--%> + + + + + /> + + + + <%--
--%> +
+ <%--
--%> + + + + /> + + + + <%--
--%> +
+ <%--
--%> + + + + /> + + + + <%--
--%> +
요청 내용
요청 내용
-
- +
- +
전달 메세지 - +
-

- +

-
+ - - - - - - - -
전달 메세지
+ + + + + + + +
전달 메세지
+

- +

diff --git a/src/main/webapp/WEB-INF/jsp/map/requestView.jsp b/src/main/webapp/WEB-INF/jsp/map/requestView.jsp index 335c554..ea4009e 100644 --- a/src/main/webapp/WEB-INF/jsp/map/requestView.jsp +++ b/src/main/webapp/WEB-INF/jsp/map/requestView.jsp @@ -160,7 +160,8 @@ 레이어 -
+
+ diff --git a/src/main/webapp/css/bootstrap-5.1.3.css b/src/main/webapp/css/bootstrap-5.1.3.css index 2e2e529..ee1207f 100644 --- a/src/main/webapp/css/bootstrap-5.1.3.css +++ b/src/main/webapp/css/bootstrap-5.1.3.css @@ -2468,6 +2468,7 @@ textarea.form-control-lg { .form-check .form-check-input { float: left; margin-left: -1.5em; + display: inline-block; } .form-check-input { diff --git a/src/main/webapp/css/style.css b/src/main/webapp/css/style.css index d81ca00..d7b596c 100644 --- a/src/main/webapp/css/style.css +++ b/src/main/webapp/css/style.css @@ -250,6 +250,7 @@ a { width: 80%; margin: 0 auto; margin-top: 10px; + justify-content: space-between; } .setting_sub_title { @@ -638,8 +639,9 @@ a { } .detail_table{ - width:100%; + width:95%; margin-top: 20px; + margin-left: 20px; } .detail_table > tbody> tr >th { @@ -676,7 +678,10 @@ a { } .layer-label{ - width:150px; + width:140px; + display: inline-block; + line-height: 50px; + margin-left: 20px; } .auth-label{ width:75px; From 52303bb6d2ed3cc1c384a06195a7e2a79690a217 Mon Sep 17 00:00:00 2001 From: Hyung Geun Date: Mon, 7 Mar 2022 16:36:28 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EB=AA=A8=EB=8B=AC=EC=B0=BD=20=EC=82=AC?= =?UTF-8?q?=EC=9D=B4=EC=A6=88=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/jsp/admin/requestView.jsp | 56 +++---- .../webapp/WEB-INF/jsp/map/requestWrite.jsp | 148 +++++++++--------- src/main/webapp/css/style.css | 4 +- 3 files changed, 103 insertions(+), 105 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/admin/requestView.jsp b/src/main/webapp/WEB-INF/jsp/admin/requestView.jsp index 5a30c22..c7f30a7 100644 --- a/src/main/webapp/WEB-INF/jsp/admin/requestView.jsp +++ b/src/main/webapp/WEB-INF/jsp/admin/requestView.jsp @@ -16,8 +16,7 @@
- - +
 신청자
@@ -44,21 +43,20 @@
-
- + - -
작업명
기간 ~ ~
장소 +
${item} @@ -158,43 +156,41 @@ -
-
-

- -

-

- - -

-
- +
+

+ +

+

+ + +

+
- - - - - - - -
전달 메세지
+ + + + + + + +
전달 메세지

- +

- - +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/map/requestWrite.jsp b/src/main/webapp/WEB-INF/jsp/map/requestWrite.jsp index ff4b45b..602fe13 100644 --- a/src/main/webapp/WEB-INF/jsp/map/requestWrite.jsp +++ b/src/main/webapp/WEB-INF/jsp/map/requestWrite.jsp @@ -10,81 +10,83 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
작업명
기간 - ~ - -
장소 -
- - - - 추가 -
-
-
-
레이어 - - - - - -
- - - - - -
- - - - - -
요청 내용
작업명
기간 + ~ + +
장소 +
+ + + + 추가 +
+
+
+
레이어 + + + + + +
+ + + + + +
+ + + + + +
요청 내용
+ + + +

diff --git a/src/main/webapp/css/style.css b/src/main/webapp/css/style.css index d7b596c..7066947 100644 --- a/src/main/webapp/css/style.css +++ b/src/main/webapp/css/style.css @@ -639,9 +639,9 @@ a { } .detail_table{ - width:95%; + width:100%; margin-top: 20px; - margin-left: 20px; + margin-outside: 5px; } .detail_table > tbody> tr >th {