(1)加载中样式提交
(2)查询日志总量Controller提交 待接口可用后调整
This commit is contained in:
@@ -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>
|
||||
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user