diff --git a/static/css/code_show.css b/static/css/code_show.css index f69f77e..8139abb 100644 --- a/static/css/code_show.css +++ b/static/css/code_show.css @@ -493,9 +493,9 @@ a:hover { .panel-leftfontnew { display: block; float: left; - width: 56px; + width: 90px; text-align: left; - color: #FEFEFE; + color: #EAEAEA; font-size: 13px; overflow:hidden; text-overflow:ellipsis; @@ -507,7 +507,7 @@ a:hover { float: left; width: 90px; text-align: left; - color: #FEFEFE; + color: #EAEAEA; font-size: 13px; overflow:hidden; text-overflow:ellipsis; @@ -534,12 +534,10 @@ a:hover { font-size: 13px; } .panel-right { - color: #EBEBEB; font-size:13px; display: block; float: left; - flex: 1; padding-left: 10px; } @@ -1570,8 +1568,17 @@ color: #FFF !important; background-color: transparent !important; } .width120{ - width: 120px; + width: 300px; + height: 30px; } .width130{ - width: 130px; + width: 300px; + height: 30px; +} +.pdding{ + padding-top:0px; + padding-bottom: 0px; +} +.filePathInfomarbootom{ + margin-bottom: 0px; } \ No newline at end of file diff --git a/templates/projects/filesub/dir_info.html b/templates/projects/filesub/dir_info.html index 67b76ce..37fba2c 100644 --- a/templates/projects/filesub/dir_info.html +++ b/templates/projects/filesub/dir_info.html @@ -1,36 +1,36 @@
-
+
Module Information -

- - - {{anno_num}} - - - - {{question_num}} - - - +{#

#} +{# #} +{# #} +{# {{anno_num}}#} +{# #} +{# #} +{# #} +{# {{question_num}}#} +{# #} +{##} +{# #} {# #} - - - -

-
-
-

- 注释 - 问题 -

- - 提交 -
-
-

+{# #} +{# #} +{##} +{#
#} +{#
#} +{#
#} +{#

#} +{# 注释#} +{# 问题#} +{#

#} +{# #} +{# 提交#} +{#
#} +{#
#} +{#

#}
-
-
+
+
@@ -45,7 +45,7 @@
-
+
@@ -59,7 +59,7 @@
-
+
diff --git a/templates/projects/filesub/file-right.html b/templates/projects/filesub/file-right.html index ca43826..307606e 100644 --- a/templates/projects/filesub/file-right.html +++ b/templates/projects/filesub/file-right.html @@ -6,17 +6,55 @@

File Summary

{% endif %} +

+ Created: + {{create_time}} +

+

+

+ Lines: + {{filelinenum}} +
+ + {% if isdir %} +
+ Files: + {{file_num}} +
+ {% else %} +
+ Methods: + {{method_num}} +
+ {% endif %} +
+ Views: + {{view_num}} +
+ +
+ Annotations: + {{anno_num}} +
+ +
+ Questions: + {{ issue_question_num}} +
+
+

+

- + - + - + {# #} @@ -33,43 +71,7 @@

-

- Created: - {{create_time}} -

-

-

- Lines: - {{filelinenum}} -
- - {% if isdir %} -
- Files: - {{file_num}} -
- {% else %} -
- Methods: - {{method_num}} -
- {% endif %} -
- Views: - {{view_num}} -
- -
- Annotations: - {{anno_num}} -
- -
- Ques: - {{ issue_question_num}} -
-