This commit is contained in:
sylor_huang@126.com 2020-06-05 18:08:14 +08:00
parent 3b22926f41
commit 32c17c39d3
2 changed files with 1 additions and 5 deletions

View File

@ -578,11 +578,6 @@ class Detail extends Component {
(props) => (<CoderRootIndex {...this.props} {...props} {...this.state} {...common}/>)
}
></Route>
<Route path="/projects/:projectsId"
render={
(props) => (<CoderRootIndex {...this.props} {...props} {...this.state} {...common}/>)
}
></Route>
<Route path="/projects/:projectsId/watch_users"
render={
(props) => (<WatchUsers {...this.props} {...props} {...this.state} {...common}/>)

View File

@ -146,6 +146,7 @@
line-height: 35px;
}
.topWrapper_type_infos li{
cursor: pointer;
padding:0px 10px;
}
.topWrapper_type_infos li.active{