(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

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