forked from Gitlink/forgeplus-react
创客空间首页增加用户手册入口
This commit is contained in:
parent
9587017739
commit
6f37f5505e
|
|
@ -134,12 +134,12 @@ li.ant-menu-item{
|
|||
}
|
||||
@media screen and (max-width: 1700px){
|
||||
.handleBox{
|
||||
right:140px;
|
||||
right:100px;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 1600px){
|
||||
.handleBox{
|
||||
right:90px;
|
||||
right:75px;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 1450px){
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import './Component.scss';
|
|||
export default (()=>{
|
||||
return(
|
||||
<div className="handleBox">
|
||||
<a href="https://help.osredm.com/" target="_blank" >
|
||||
<a href="https://help.osredm.com/#/chuangke" target="_blank">
|
||||
<img src={Handbook} alt=""/>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -268,4 +268,10 @@ span.list-gray {
|
|||
|
||||
.ant-modal-confirm-confirm{
|
||||
top:150px;
|
||||
}
|
||||
|
||||
.helpByTask{
|
||||
position: fixed;
|
||||
bottom: 25vh;
|
||||
right: 15vw;
|
||||
}
|
||||
|
|
@ -11,6 +11,7 @@ import polify from '../image/polify.png';
|
|||
import '../index.scss';
|
||||
import '../phone.scss';
|
||||
import { Link } from 'react-router-dom';
|
||||
import Handbook from 'src/forge/Component/Handbook';
|
||||
const Search = Input.Search;
|
||||
|
||||
|
||||
|
|
@ -189,6 +190,8 @@ export default ({ history, current_user, showLoginDialog, location, mygetHelmeta
|
|||
|
||||
return (
|
||||
<div className="centerbox" style={{ marginTop: '20px' }}>
|
||||
{/* 帮助中心 */}
|
||||
<Handbook/>
|
||||
|
||||
{/* 选项条件 */}
|
||||
<div className="nav-content">
|
||||
|
|
|
|||
Loading…
Reference in New Issue