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 (
 | 
			
		||||
      <Container>
 | 
			
		||||
 | 
			
		||||
      {jsonData.map((data: any) => {
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
      })}
 | 
			
		||||
       
 | 
			
		||||
 | 
			
		||||
        <List>
 | 
			
		||||
          <List.Item selection>
 | 
			
		||||
          <List.Item >
 | 
			
		||||
            <Label basic onClick={() => {
 | 
			
		||||
              this.setState({ tt: !this.state.tt });
 | 
			
		||||
            }}>Host</Label>
 | 
			
		||||
 | 
			
		||||
@ -14,7 +14,7 @@ export class LeftMenu extends React.Component<any, any> {
 | 
			
		||||
 | 
			
		||||
  render() {
 | 
			
		||||
    return (
 | 
			
		||||
      <Container fluid inverted>
 | 
			
		||||
      <Container fluid >
 | 
			
		||||
        <Segment inverted>
 | 
			
		||||
          <Menu inverted secondary vertical fluid icon='labeled'>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user