发布作业的时候引入资源的情况,分页列表中的文字被遮挡

This commit is contained in:
lizanle 2015-10-12 10:34:30 +08:00
parent 5ea5cada00
commit e9055dd113
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
<%= render :partial => 'resources_list' ,:locals=>{ :attachments => @attachments} %> <%= render :partial => 'resources_list' ,:locals=>{ :attachments => @attachments} %>
</div> </div>
<div > <div >
<ul class="wlist" id="resource_ref_pages" style="margin-top: 5px;"> <ul class="wlist" id="resource_ref_pages" style="margin-top: 5px;margin-right: 20px">
<%= pagination_links_full @atta_pages, @atta_count, :per_page_links => false, :remote => @is_remote, :flag => true%> <%= pagination_links_full @atta_pages, @atta_count, :per_page_links => false, :remote => @is_remote, :flag => true%>
</ul> </ul>
</div> </div>