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; }