学员统计无数据板块

This commit is contained in:
miss 2017-09-22 19:09:22 +08:00
parent 72ce9a0d11
commit 85deee6276
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,11 @@
<style>
table.panel-new-table tr:hover{background:#EFF9FD}
</style>
<% if @statistics.blank? %>
<div style="background: #fff;padding-bottom: 15px;margin-top:30px;" class="box_bg_shandow bor-grey-e ">
<%= render :partial => "welcome/no_data" %>
</div>
<% else %>
<div class="task-pm-content ">
<div class="task-pm-box mt30 mb30 box_bg_shandow bor-grey-e">
<div class="panel-header clearfix">
@ -48,4 +53,5 @@
</div>
</div>
</div> 
</div>
</div>
<% end %>