diff --git a/app/views/projects/dts_dep.html.erb b/app/views/projects/dts_dep.html.erb
index 66e053ebe..099e7d6d6 100644
--- a/app/views/projects/dts_dep.html.erb
+++ b/app/views/projects/dts_dep.html.erb
@@ -7,6 +7,8 @@
#out{}
#in{width:10px; height:20px;background:#15BCCF;color:white;text-align:center;}
#font_color{background:yellow;text-align:center;color:white;}
+ td.redBox {border:1px solid #b0b0b0; width:80px; background-color:#EAEAEA; }
+ td.redBox2 {border:1px solid #b0b0b0; width:120px; }
-
语言:Java 总文件数:361 代码行数:48662
+
+
语言:Java 总文件数:361 代码行数:48662
+
+ <% @dts.each do |dt| %>
- <% @dts.each do |dt| %>
-
-
- 错误变量 |
- <%= dt.Variable %> |
- 起始行 |
- <%= dt.StartLine %> |
- IP行 |
- <%= dt.IPLine %> |
-
-
- 缺陷代码 |
- <%= dt.IPLineCode %> |
-
-
- 错误描述 |
- <%= dt.Description %> |
-
-
- 文件 |
- <%= dt.File %> |
-
-
- <% end %>
+
+
+ 错误变量 |
+ <%= dt.Variable %> |
+ 起始行 |
+ <%= dt.StartLine %> |
+ IP行 |
+ <%= dt.IPLine %> |
+
+
+ 缺陷代码 |
+ <%= dt.IPLineCode %> |
+
+
+ 错误描述 |
+ <%= dt.Description %> |
+
+
+ 文件 |
+ <%= dt.File %> |
+
+
+ <% end %>
+
\ No newline at end of file
diff --git a/app/views/projects/yun_dep.html.erb b/app/views/projects/yun_dep.html.erb
index 58bc1cfb4..71780faa3 100644
--- a/app/views/projects/yun_dep.html.erb
+++ b/app/views/projects/yun_dep.html.erb
@@ -42,6 +42,6 @@
\ No newline at end of file