From 0b3f52f25fd7411c4afa80110c92d10fe2cc110d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Wed, 2 Mar 2022 14:55:49 +0900 Subject: [PATCH] =?UTF-8?q?=ED=98=84=EC=9E=A5=EC=88=98=EC=A7=91=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=84=B0=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/jsp/admin/fieldData.jsp | 185 +++++++++--------- .../WEB-INF/jsp/layout/template_main.jsp | 2 +- src/main/webapp/css/style.css | 6 +- 3 files changed, 95 insertions(+), 98 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/admin/fieldData.jsp b/src/main/webapp/WEB-INF/jsp/admin/fieldData.jsp index 416c31c..fc6dd6f 100644 --- a/src/main/webapp/WEB-INF/jsp/admin/fieldData.jsp +++ b/src/main/webapp/WEB-INF/jsp/admin/fieldData.jsp @@ -12,114 +12,111 @@ display: inline; } - - <%--
- -
--%> -
-

현장수집 데이터

+

현장수집 데이터(${count})

-
- - -
+
- +
-
- -
-
- +
+
+ +
+ +
+ +
+
+ +
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Data ID지역소속담당자수집날짜상태
- - 수집 - 검증실패 - 검증 - 반영실패 - 반영 - -
요청한 목록이 없습니다.
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Data ID지역소속담당자수집날짜상태
+ + 수집 + 검증실패 + 검증 + 반영실패 + 반영 + +
요청한 목록이 없습니다.
+
- +
+
diff --git a/src/main/webapp/WEB-INF/jsp/layout/template_main.jsp b/src/main/webapp/WEB-INF/jsp/layout/template_main.jsp index 9b90522..f7a9899 100644 --- a/src/main/webapp/WEB-INF/jsp/layout/template_main.jsp +++ b/src/main/webapp/WEB-INF/jsp/layout/template_main.jsp @@ -23,7 +23,7 @@ - +
diff --git a/src/main/webapp/css/style.css b/src/main/webapp/css/style.css index 1fe2256..b4bbd05 100644 --- a/src/main/webapp/css/style.css +++ b/src/main/webapp/css/style.css @@ -72,11 +72,12 @@ a { .section { margin-top: 90px; margin-left: 200px; - padding-bottom: 100px; min-width: 1160px; min-height: 100px; overflow: hidden; padding-top: 20px; + height: 100vh; + background-color: rgb(247, 247, 247); } .loginWrap { @@ -180,7 +181,7 @@ a { .fieldDataTable{ width:100%; - box-sizing: border-box; + box-sizing: border-box; } .fieldDataTable>thead>tr:first-child>th { @@ -622,7 +623,6 @@ a { border: 1px solid #ccc; background-color: #337ab7; padding: 10px 5px; - text-align: left; color: #fff; }