项目代码请设置好正确的编码方式(utf-8),否则中文会出现乱码
diff --git a/public/javascripts/project.js b/public/javascripts/project.js
index 4d10df1c2..795a56dd4 100644
--- a/public/javascripts/project.js
+++ b/public/javascripts/project.js
@@ -59,6 +59,8 @@ function show_more_msg() {
}
}
+
+//项目版本库git帮助文档显示
function showhelpAndScrollTo(id, focus) {
var information = $("#showgithelp");
var val = information.attr("value");
diff --git a/public/stylesheets/project.css b/public/stylesheets/project.css
index b1d2bb021..a62bd0389 100644
--- a/public/stylesheets/project.css
+++ b/public/stylesheets/project.css
@@ -177,7 +177,9 @@ a:hover.upload_btn_grey{background:#8a8a8a;}
a.link_file{ background:url(../images/pic_file.png) 0 2px no-repeat; padding-left:20px; color:#64bdd9; }
a:hover.link_file{ background:url(../images/pic_file.png) 0 -25px no-repeat; color:#3ca5c6;}
.r_txt_tit{width:510px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;color:#15bccf; float:left; color:#09658c; font-size:14px;}
+/* 版本库展示Git操作文档 */
.repos_more{height:23px; width:100%; border:1px solid #CCC; background:#F6F6F6; text-align:center; font-size:12px; padding-top:2px;}
+.lh23{line-height: 23px;}
/* 弹框 新样式还没设计出来,暂时用的课程那边的样式 */
.alert .close{width:26px;height:26px;overflow:hidden;position:absolute;top:-10px;right:-502px;background:url(images/close.png) no-repeat;cursor:pointer;}