作业列表数据为空时的文字显示太靠底边框

This commit is contained in:
daiao 2017-06-02 15:14:14 +08:00
parent 2c73689a68
commit 6ceab2bb1d
3 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<%= pagination_links_full @feedback_pages, @feedback_count, :per_page_links => false, :remote => true, :flag => true%>
</ul>
<% else %>
<div style="background-color: #fff;">
<div style="background-color: #fff;padding-bottom: 10px;">
<%= render :partial => "welcome/no_data" %>
</div>
<% end %>

View File

@ -93,7 +93,7 @@
</div>
</div>
<% else %>
<div style="background-color: #fff;">
<div style="background-color: #fff;padding-bottom: 10px;">
<%= render :partial => "welcome/no_data" %>
</div>
<% end %>

View File

@ -260,3 +260,4 @@ html>body #ajax-indicator { position: fixed; }
.edu-change .panel-form-label{ line-height:1.9;}
.title_type { line-height: 40px;height: 40px;border-bottom: 1px solid #eee;color: #666;padding-left: 15px; }
.teacher_banner {border-bottom: 1px solid #eee}