(1)加载中样式提交

(2)查询日志总量Controller提交
待接口可用后调整
This commit is contained in:
wangxin
2018-06-13 15:56:29 +08:00
parent a78481bda2
commit e5af29716f
5 changed files with 162 additions and 82 deletions

View File

@@ -311,7 +311,7 @@
<c:if test="${cfg.isAudit eq auditC.itemCode and auditC.itemValue eq 'cancel'}"><span class="label label-warning"><spring:message code="cancel_approved"></spring:message></span></c:if>
</c:forEach>
</td>
<td compileId="${cfg.compileId}">0</td>
<td compileId="${cfg.compileId}" ><div class="loading-total"></div></td>
<td>${cfg.creatorName }</td>
<td><fmt:formatDate value="${cfg.createTime }" pattern="yyyy-MM-dd HH:mm:ss"/></td>
<td>${cfg.editorName }</td>
@@ -328,13 +328,5 @@
</div>
</div>
</div>
<div class="modal fade" id="loadingModal">
<div style="width:100%;height:100%; z-index:200000; position:absolute;text-align:center;left:50%;top:50%;margin-left:-100px;margin-top:-10px">
<!-- <div class="progress progeress-striped active" style="margin-bottom: 0;">
<div class="process-bar process-bar-info" role="processbar" style="width:100%"></div>
</div>
<h5><spring:message code="loading..."/></h5>-->
</div>
</div>
</body>
</html>

View File

@@ -22569,4 +22569,12 @@ span[id^='open']{
}
span[id^='close']{
cursor:pointer;
}
.loading-total{
width:50px;
height:10px;
position:relative;
background:url(../img/loading.gif) no-repeat center center;
opacity:0.7;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}