空白数据时背景没有100%
This commit is contained in:
parent
a3f3558fbe
commit
cfb0903e24
|
|
@ -1,5 +1,7 @@
|
|||
<% if @shixuns.blank? %>
|
||||
<div style="background: #fff;padding-bottom: 15px;">
|
||||
<%= render :partial => "welcome/no_data" %>
|
||||
</div>
|
||||
<% else %>
|
||||
<% @shixuns.each do |shixun| %>
|
||||
<div class="task-index-list-box fl ">
|
||||
|
|
|
|||
Loading…
Reference in New Issue