diff --git a/src/forge/Issues/Img/millestones-big.png b/src/forge/Issues/Img/millestones-big.png new file mode 100644 index 000000000..b57f83f31 Binary files /dev/null and b/src/forge/Issues/Img/millestones-big.png differ diff --git a/src/forge/Order/MilepostDetail.jsx b/src/forge/Order/MilepostDetail.jsx index f7c6603ae..ba1fc49bc 100644 --- a/src/forge/Order/MilepostDetail.jsx +++ b/src/forge/Order/MilepostDetail.jsx @@ -6,7 +6,7 @@ import Datas from '../Issues/Component/datas'; import axios from 'axios'; import { FlexAJ } from '../Component/layout'; import CheckProfile from '../Component/ProfileModal/Profile'; -import emp from '../../forge/Issues/Img/emp.png'; +import millestones from '../../forge/Issues/Img/millestones-big.png'; import './milepost.scss'; import './order.scss'; import '../Issues/index.scss'; @@ -222,7 +222,12 @@ function MilepostDetail(props){ { - total === 0 &&
+ total === 0 && +
+ +

欢迎使用里程碑

+

里程碑用于集中归类管理项目的疑修及进度。在使用之前,您可以先{props.history.push(`/${owner}/${projectsId}/issues/${mileId}/new`)}} className="color-blue">创建一个疑修

+
} { total > 0 && diff --git a/src/forge/Team/List.jsx b/src/forge/Team/List.jsx index ed5f3d7ce..c69910749 100644 --- a/src/forge/Team/List.jsx +++ b/src/forge/Team/List.jsx @@ -7,7 +7,7 @@ import Item from './ListItem'; import Right from './RightBox'; import NoData from '../Nodata'; import CheckProfile from '../Component/ProfileModal/Profile'; -import { Menu , Pagination , Dropdown , Spin , Tabs , Radio } from 'antd'; +import { Menu , Pagination , Dropdown , Spin , Tooltip , Radio } from 'antd'; import ConcentrateProject from '../users/GeneralView/ConcentrateProject'; import { getImageUrl } from 'educoder'; import RenderHtml from "../../components/render-html"; @@ -117,7 +117,11 @@ function List(props){ 设置 :""}

-
{organizeDetail && organizeDetail.description}
+
+ + {organizeDetail && organizeDetail.description} + +
diff --git a/src/home/ThirdEdition.jsx b/src/home/ThirdEdition.jsx index ffd8e6f70..7b72060d8 100644 --- a/src/home/ThirdEdition.jsx +++ b/src/home/ThirdEdition.jsx @@ -29,18 +29,18 @@ function ThirdEdition() { return flag; },[flag]) - useEffect(()=>{ - let box = document.getElementById('thirdUl'); - var myTimer = setTimeout(intervalActive, 2500); - box.onmouseover = () => { - clearTimeout(myTimer); - setFlag(false); - } - box.onmouseleave = () => { - myTimer = setTimeout(intervalActive, 2500); - setFlag(true); - } - },[active,flag]) + // useEffect(()=>{ + // let box = document.getElementById('thirdUl'); + // var myTimer = setTimeout(intervalActive, 2500); + // box.onmouseover = () => { + // clearTimeout(myTimer); + // setFlag(false); + // } + // box.onmouseleave = () => { + // myTimer = setTimeout(intervalActive, 2500); + // setFlag(true); + // } + // },[active,flag]) function intervalActive() { if(doubleFlag){ @@ -179,7 +179,7 @@ function ThirdEdition() { return(
  • {i.title} - {i.visits} + {i.from !== "other" && {i.visits} } {i.created_time && i.created_time.split(" ")[0]}
  • )