diff --git a/app/views/files/index.html.erb b/app/views/files/index.html.erb
index 02268746d..a4f63e4b2 100644
--- a/app/views/files/index.html.erb
+++ b/app/views/files/index.html.erb
@@ -82,7 +82,7 @@
var $tags = $td_tags_area.find('#tags')
var $icona = $td_tags_area.find('.tags_icona')
- var slideHeight = 5; //px
+ var slideHeight = 13; //px
var defHeight = $tags.height();
var curHeight = $tags_area.height();
diff --git a/public/stylesheets/nyan.css b/public/stylesheets/nyan.css
index 24fffd20f..e1088c8c0 100644
--- a/public/stylesheets/nyan.css
+++ b/public/stylesheets/nyan.css
@@ -950,7 +950,7 @@ div.issue {
/* project 文件列表 资源库
*******************************************************************************/
.tags_area {
- height: 5px;
+ height: 13px;
}
#ver-zebra, .file_table_des {