作业列表数据为空时的文字显示太靠底边框
This commit is contained in:
parent
2c73689a68
commit
6ceab2bb1d
|
|
@ -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 %>
|
||||
|
|
|
|||
|
|
@ -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 %>
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue