배경수정?

master
Hyung Geun 2022-03-03 09:05:00 +09:00
parent 59d13f99b5
commit f287465a8a
3 changed files with 69 additions and 62 deletions

View File

@ -12,12 +12,14 @@
<script>
const field_data = JSON.parse('${fieldDataVO.field_data}');
</script>
<script src="<c:out value="/js/admin/fieldView.js" />"></script>
<div class="section_title">
<!-- <p>현장 지원 시스템</p> -->
</div>
<div class="row justify-content-end bg-white mx-3 py-2">
<div class="section_content">
<div class="row justify-content-end bg-white mx-3 py-2">
<table class="table table-hover text-center">
<thead>
<tr>
@ -35,7 +37,8 @@
</tr>
</tbody>
</table>
</div>
<div class="row justify-content-end bg-white mx-3 mt-3 mb-2 py-2">
<table class="table table-hover text-center">
<thead>
<tr>
@ -81,7 +84,8 @@
</tr>
</tbody>
</table>
<div class="table table-hover text-center">
</div>
<div class="py-2 mx-3">
<div class="mapWrap">
<div class="map-title text-center">측량데이터</div>
<div class="map" id="map"> </div>

View File

@ -14,11 +14,11 @@
<div class="section_title">
<!-- <p>현장 지원 시스템</p> -->
</div>
<div class="row justify-content-between bg-white mx-3 py-2">
<div class="section_content">
<input type="hidden" id="layers" name="layers"/>
<input type="hidden" id="places" name="places"/>
<div class="row justify-content-between bg-white mx-3 py-2">
<table class="table table-hover text-center">
<thead>
@ -45,7 +45,7 @@
</table>
</div>
<div class="row justify-content-between bg-white mx-3 py-2">
<div class="row justify-content-between bg-white mx-3 mt-4 py-2">
<table class="table table-hover text-center">
<thead>
<h3 class="h4 m-3">지도사용 요청</h3>
@ -144,7 +144,7 @@
<c:choose>
<c:when test="${useRequestVO.status eq '99'}">
<table class="detail_table">
<table class="detail_table mx-3" >
<tbody>
<tr>
<th>전달 메세지</th>
@ -174,7 +174,8 @@
</c:when>
<c:otherwise>
<table class="detail_table">
<table class="detail_table bg">
<tbody>
<tr>
<th>전달 메세지</th>
@ -183,6 +184,7 @@
</tbody>
</table>
<div class="section_btn">
<p class="search_p1">
<input class="btn btn-primary" type="button" value="목록" onclick="location.href='/admin/request'" />

View File

@ -177,6 +177,7 @@ a {
.fieldDataTable{
width:100%;
box-sizing: border-box;
}
.fieldDataTable>thead>tr:first-child>th {
@ -501,7 +502,7 @@ a {
.fieldDataDiv{
float:left;
width:50%;
height:490px;
height:495px;
margin-left: 2%;
overflow-y: scroll;
border-bottom:1px solid #ccc;