创客空间首页增加用户手册入口

This commit is contained in:
谢思 2023-08-28 16:50:25 +08:00
parent 9587017739
commit 6f37f5505e
4 changed files with 12 additions and 3 deletions

View File

@ -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){

View File

@ -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>

View File

@ -268,4 +268,10 @@ span.list-gray {
.ant-modal-confirm-confirm{
top:150px;
}
.helpByTask{
position: fixed;
bottom: 25vh;
right: 15vw;
}

View File

@ -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">