Commit 2398c99c authored by liboyang's avatar liboyang

统一风格

parent 9e61991d
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</style> </style>
<div class="content row"> <div class="content row">
<div class="col-md-12" style="margin-top:20px;"> <div class="col-md-12" style="margin-top:20px;">
<div class="box"> <div class="box">
<strong class="box-header with-border">解析日志</strong> <strong class="box-header with-border">解析日志</strong>
<div class="box box-primary"> <div class="box box-primary">
<table class="table table-bordered" style="margin-bottom: 0;"> <table class="table table-bordered" style="margin-bottom: 0;">
...@@ -53,7 +53,14 @@ ...@@ -53,7 +53,14 @@
</tr> </tr>
</table> </table>
</div> </div>
<div class="box-info"style="margin:7px;margin-top:0px;"> </div>
<div class="box box-default">
<div class="box-header with-border">
<strong >解析日志详情</strong>
(<span style="color:#0b93d5;">每页显示{{paginationConf.itemsPerPage}}条/共
{{paginationConf.totalItems}}条</span>)
</div>
<div class="box-info"style="margin:7px;margin-top:0px;">
<table class="table table-bordered table-hover postTable" ng-if="analyseLog.length>0"> <table class="table table-bordered table-hover postTable" ng-if="analyseLog.length>0">
<thead> <thead>
<tr> <tr>
...@@ -91,5 +98,5 @@ ...@@ -91,5 +98,5 @@
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment