提交ysp的帮助页面
This commit is contained in:
@@ -222,6 +222,13 @@ function refreshCache(cacheName){
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
#helpHref{
|
||||
padding:16px 6px 13px 8px;
|
||||
color:#c5c5c5
|
||||
}
|
||||
#helpHref:hover{
|
||||
background:#3d3d3d;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
@@ -326,8 +333,8 @@ function refreshCache(cacheName){
|
||||
</li>
|
||||
</c:if>
|
||||
<!-- 在线帮助 -->
|
||||
<li class="dropdown dropdown-user" id="language">
|
||||
<a href="${ctx}/sys/help" target="mainFrame" style="padding:16px 6px 13px 8px;color:#c5c5c5" >
|
||||
<li class="dropdown dropdown-user nav">
|
||||
<a href="${ctx}/sys/help" id="helpHref" target="mainFrame" >
|
||||
<i class="icon-question font-sharp"></i>
|
||||
<span class="username username-hide-on-mobile" id="help">
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user