From 6ceab2bb1de06146204aaa178f15efb4fa9f5620 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Fri, 2 Jun 2017 15:14:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E4=B8=9A=E5=88=97=E8=A1=A8=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=B8=BA=E7=A9=BA=E6=97=B6=E7=9A=84=E6=96=87=E5=AD=97?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=A4=AA=E9=9D=A0=E5=BA=95=E8=BE=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/files/_course_list.html.erb | 2 +- app/views/homework_common/_homework_index_list.html.erb | 2 +- public/stylesheets/css/edu-common.css | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/files/_course_list.html.erb b/app/views/files/_course_list.html.erb index 7e534a98c..7b6aaed4b 100644 --- a/app/views/files/_course_list.html.erb +++ b/app/views/files/_course_list.html.erb @@ -13,7 +13,7 @@ <%= pagination_links_full @feedback_pages, @feedback_count, :per_page_links => false, :remote => true, :flag => true%> <% else %> -
+
<%= render :partial => "welcome/no_data" %>
<% end %> diff --git a/app/views/homework_common/_homework_index_list.html.erb b/app/views/homework_common/_homework_index_list.html.erb index 06e96abad..edbd1663c 100644 --- a/app/views/homework_common/_homework_index_list.html.erb +++ b/app/views/homework_common/_homework_index_list.html.erb @@ -93,7 +93,7 @@
<% else %> -
+
<%= render :partial => "welcome/no_data" %>
<% end %> diff --git a/public/stylesheets/css/edu-common.css b/public/stylesheets/css/edu-common.css index d9db31561..ee8a60354 100644 --- a/public/stylesheets/css/edu-common.css +++ b/public/stylesheets/css/edu-common.css @@ -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}