fixed inverted, selection
This commit is contained in:
parent
cbfe135400
commit
0d841948aa
|
@ -31,10 +31,15 @@ export class Tree extends React.Component<any, any> {
|
||||||
return (
|
return (
|
||||||
<Container>
|
<Container>
|
||||||
|
|
||||||
|
{jsonData.map((data: any) => {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
})}
|
||||||
|
|
||||||
|
|
||||||
<List>
|
<List>
|
||||||
<List.Item selection>
|
<List.Item >
|
||||||
<Label basic onClick={() => {
|
<Label basic onClick={() => {
|
||||||
this.setState({ tt: !this.state.tt });
|
this.setState({ tt: !this.state.tt });
|
||||||
}}>Host</Label>
|
}}>Host</Label>
|
||||||
|
|
|
@ -14,7 +14,7 @@ export class LeftMenu extends React.Component<any, any> {
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<Container fluid inverted>
|
<Container fluid >
|
||||||
<Segment inverted>
|
<Segment inverted>
|
||||||
<Menu inverted secondary vertical fluid icon='labeled'>
|
<Menu inverted secondary vertical fluid icon='labeled'>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user