forked from Gitlink/forgeplus-react
change
This commit is contained in:
parent
3b22926f41
commit
32c17c39d3
|
|
@ -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}/>)
|
||||
|
|
|
|||
|
|
@ -146,6 +146,7 @@
|
|||
line-height: 35px;
|
||||
}
|
||||
.topWrapper_type_infos li{
|
||||
cursor: pointer;
|
||||
padding:0px 10px;
|
||||
}
|
||||
.topWrapper_type_infos li.active{
|
||||
|
|
|
|||
Loading…
Reference in New Issue