현장수집데이터 페이지 수정.
parent
872cab1da2
commit
0b3f52f25f
|
|
@ -12,16 +12,11 @@
|
|||
display: inline;
|
||||
}
|
||||
</style>
|
||||
|
||||
<%--<div class="section_title">
|
||||
<!-- <p>현장 지원 시스템</p> -->
|
||||
</div>--%>
|
||||
|
||||
<div class="mx-lg-2">
|
||||
<h1 class="h4"><i class="bi bi-flag"></i> 현장수집 데이터</h1>
|
||||
<h1 class="h4 m-3"> 현장수집 데이터(${count})</h1>
|
||||
<form:form commandName="fieldDataSearchVO" name="searchForm" action="/admin/fieldData" method="get">
|
||||
<div class="row justify-content-between">
|
||||
<div class="col-auto row">
|
||||
<div class="row justify-content-between bg-white mx-3 py-2">
|
||||
<div class="col-auto">
|
||||
<ul class="nav">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link ${fieldDataSearchVO.status0 eq 1?'active':'disabled'}" href="#">
|
||||
|
|
@ -75,8 +70,8 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<table class="list-table">
|
||||
<div class="row m-3 p-2 bg-white">
|
||||
<table class="table table-hover text-center">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Data ID</th>
|
||||
|
|
@ -113,13 +108,15 @@
|
|||
</c:if>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="text-page">
|
||||
<form:hidden path="pageIndex" /></form:form>
|
||||
<form:hidden path="pageIndex" />
|
||||
<nav aria-label="Page navigation">
|
||||
<ul class="pagination justify-content-center">
|
||||
<ui:pagination paginationInfo="${paginationInfo}" type="image" jsFunction="fn_link_page" />
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</form:form>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<script src="<c:url value='/js/jquery-ui.min.js' />"></script>
|
||||
<script src="<c:url value="/js/bootstrap-5.1.3.min.js"/>"></script>
|
||||
</head>
|
||||
<body class="">
|
||||
<body class="overflow-hidden">
|
||||
<div id="wrap">
|
||||
<tiles:insertAttribute name="header"/>
|
||||
<tiles:insertAttribute name="left"/>
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
@ -622,7 +623,6 @@ a {
|
|||
border: 1px solid #ccc;
|
||||
background-color: #337ab7;
|
||||
padding: 10px 5px;
|
||||
text-align: left;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue