diff --git a/src/main/webapp/WEB-INF/jsp/admin/requestView.jsp b/src/main/webapp/WEB-INF/jsp/admin/requestView.jsp index 0e310ed..c7f30a7 100644 --- a/src/main/webapp/WEB-INF/jsp/admin/requestView.jsp +++ b/src/main/webapp/WEB-INF/jsp/admin/requestView.jsp @@ -16,170 +16,163 @@
| 소속 | +이름 | +연락처 | +상태 | +
+ |
+
|---|
| 소속 | -이름 | -연락처 | -상태 | -
- |
-
|---|
| 작업명 | -|||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 기간 | -|||||||||||||||||||||||||||||||
| 장소 | -
-
-
- |
- ||||||||||||||||||||||||||||||
| 레이어 | -- |
-
-
-
+
| |||||||||||||||||||||||||||||
| 전달 메세지 | - + |
|---|
- -
-- - -
-+ +
++ + +
| 전달 메세지 | @@ -187,16 +180,17 @@
|---|
- +
| 작업명 | -- | |
|---|---|---|
| 기간 | -- ~ - - | -|
| 장소 | -
-
-
-
-
- 추가
-
-
-
- |
- |
| 레이어 | -- |
- |
-
| - |
- |
- |
| - |
- |
- |
| 요청 내용 | -- | |
| 작업명 | ++ | |
| 기간 | ++ ~ + + | +|
| 장소 | +
+
+
+
+
+ 추가
+
+
+
+ |
+ |
| 레이어 | ++ |
+ |
+
| + |
+ |
+ |
| + |
+ |
+ |
| 요청 내용 | ++ | |
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 cabd4b7..89babb9 100644 --- a/src/main/webapp/css/style.css +++ b/src/main/webapp/css/style.css @@ -249,6 +249,7 @@ a { width: 80%; margin: 0 auto; margin-top: 10px; + justify-content: space-between; } .setting_sub_title { @@ -639,6 +640,7 @@ a { .detail_table{ width:100%; margin-top: 20px; + margin-outside: 5px; } .detail_table > tbody> tr >th { @@ -675,7 +677,10 @@ a { } .layer-label{ - width:150px; + width:140px; + display: inline-block; + line-height: 50px; + margin-left: 20px; } .auth-label{ width:75px;