diff --git a/app/views/student_work/_evaluation_title.html.erb b/app/views/student_work/_evaluation_title.html.erb
index 1e006a6a6..2ef5ee9af 100644
--- a/app/views/student_work/_evaluation_title.html.erb
+++ b/app/views/student_work/_evaluation_title.html.erb
@@ -1,25 +1,25 @@
-
- -
- 作品名称
- <% if @homework.homework_type != 3 %>
- 姓名
- 学号
- <% elsif @homework.homework_type == 3 && @homework.homework_detail_group.base_on_project == 1 %>
- 关联项目
- <% end %>
-
-
- -
- 时间
-
-
- <% if @homework.homework_type == 2%>
- -
- 系统
-
- <% end%>
-
- -
- 我的评分
-
+
+ -
+ 作品名称
+ <% if @homework.homework_type != 3 %>
+ 姓名
+ 学号
+ <% elsif @homework.homework_type == 3 && @homework.homework_detail_group.base_on_project == 1 %>
+ 关联项目
+ <% end %>
+
+
+ -
+ 时间
+
+
+ <% if @homework.homework_type == 2%>
+ -
+ 系统
+
+ <% end%>
+
+ -
+ 我的评分
+
\ No newline at end of file
diff --git a/app/views/student_work/_evaluation_work.html.erb b/app/views/student_work/_evaluation_work.html.erb
index e65d4f267..cc346361e 100644
--- a/app/views/student_work/_evaluation_work.html.erb
+++ b/app/views/student_work/_evaluation_work.html.erb
@@ -6,16 +6,16 @@
<% pro = @homework.student_work_projects.where(:user_id => User.current.id).first %>
<% is_my_work = pro && pro.student_work_id == student_work.id%>
<% end %>
- -
+
-
<% if is_my_work%>
-
<%= image_tag(url_to_avatar(student_work.user),width:"40", height: "40") %>
- -
+
-
<% student_work_name = student_work.name.nil? || student_work.name.empty? ? student_work.user.show_name + '的作品' : student_work.name%>
- <%= link_to student_work_name, student_work_path(student_work),:remote => true,:title => student_work_name, :class => "linkGrey f14 StudentName break_word width285"%>
+ <%= link_to student_work_name, student_work_path(student_work),:remote => true,:title => student_work_name, :class => "linkGrey f14 StudentName break_word w230"%>
-
@@ -40,9 +40,9 @@
-
<%= image_tag(url_to_avatar(""),width:"40", height: "40") %>
- -
+
-
- <%= link_to "匿名的作品", student_work_path(student_work),:remote => true,:title => student_work_name, :class => "linkGrey f14 StudentName break_word width285"%>
+ <%= link_to "匿名的作品", student_work_path(student_work),:remote => true,:title => student_work_name, :class => "linkGrey f14 StudentName break_word w230"%>
-
@@ -83,7 +83,7 @@
<% end%>
<% my_score = student_work_score(student_work,User.current) %>
-
-
+
-
<%= my_score.nil? ? "--" : format("%.1f",my_score.score)%>
- 点击查看详情
diff --git a/public/stylesheets/public.css b/public/stylesheets/public.css
index 51f0be25d..cf741476e 100644
--- a/public/stylesheets/public.css
+++ b/public/stylesheets/public.css
@@ -135,12 +135,16 @@ h4{ font-size:14px; color:#3b3b3b;}
.w100{width: 100px;}
.w210{ width:210px;}
.w150{ width:150px;}
+.w230{width:230px !important;}
+.w235{ width:235px !important;}
.w280{ width:280px;}
.w265{ width: 265px;}
.w270{ width: 270px;}
.w350 {width:350px;}
.w362 {width:362px;}
.w430{ width:470px;}
+.w455{width:455px !important;}
+.w465{width:465px !important;}
.w520{ width:520px;}
.w543{ width:543px;}
.w557{ width:557px;}