merge gitlink首页、项目首页,update

This commit is contained in:
caishi 2021-10-29 09:39:59 +08:00
parent a93b8a08c9
commit 015296e065
4 changed files with 418 additions and 422 deletions

View File

@ -341,7 +341,6 @@ class App extends Component {
} }
/> />
{/* 组织 */} {/* 组织 */}
<Route path={"/organize"} <Route path={"/organize"}
render={ render={
@ -518,3 +517,4 @@ moment.defineLocale('zh-cn', {
} }
}); });
export default SnackbarHOC()(App); export default SnackbarHOC()(App);

View File

@ -18,7 +18,9 @@ function Footer(){
} }
return( return(
value && showhtml(value) <div>
{value && showhtml(value)}
</div>
// {/* <div className="footEdition"> // {/* <div className="footEdition">
// <div className="footContent"> // <div className="footContent">
// <ul className="center"> // <ul className="center">

View File

@ -27,12 +27,6 @@ const ProjectHome = Loadable({
loading: Loading, loading: Loading,
}); });
// 项目详情放在用户和组织下作为二级菜单存在
// const ProjectDetail = Loadable({
// loader: () => import("./Main/Detail"),
// loading: Loading,
// });
class Index extends Component { class Index extends Component {
componentDidUpdate = () => { componentDidUpdate = () => {

View File

@ -539,11 +539,11 @@
} }
.sInfos{ .sInfos{
background: #F7F8F9; background: #F7F8F9;
padding:5px; padding:0px 5px;
font-size: 13px; font-size: 13px;
font-weight: 400; font-weight: 400;
color: #666666; color: #666666;
line-height: 22px; line-height: 24px;
word-break: break-all; word-break: break-all;
margin-top: 10px; margin-top: 10px;
} }