diff --git a/src/forge/Component/Component.scss b/src/forge/Component/Component.scss
index ca232dbae..9587772c9 100644
--- a/src/forge/Component/Component.scss
+++ b/src/forge/Component/Component.scss
@@ -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){
diff --git a/src/forge/Component/Handbook.jsx b/src/forge/Component/Handbook.jsx
index b9f9b7cab..b35db8465 100644
--- a/src/forge/Component/Handbook.jsx
+++ b/src/forge/Component/Handbook.jsx
@@ -5,7 +5,7 @@ import './Component.scss';
export default (()=>{
return(
diff --git a/src/military/task/index.scss b/src/military/task/index.scss
index 60f7b6d25..0f028f870 100644
--- a/src/military/task/index.scss
+++ b/src/military/task/index.scss
@@ -268,4 +268,10 @@ span.list-gray {
.ant-modal-confirm-confirm{
top:150px;
+}
+
+.helpByTask{
+ position: fixed;
+ bottom: 25vh;
+ right: 15vw;
}
\ No newline at end of file
diff --git a/src/military/task/taskList/index.jsx b/src/military/task/taskList/index.jsx
index 4d6df5988..7d6c7024d 100644
--- a/src/military/task/taskList/index.jsx
+++ b/src/military/task/taskList/index.jsx
@@ -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 (
+ {/* 帮助中心 */}
+
{/* 选项条件 */}