test
This commit is contained in:
parent
393cec7c9b
commit
21470b418e
@ -25,6 +25,7 @@ export class Layout extends React.Component<any, any> {
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
return (
|
||||
<Container fluid>
|
||||
<LeftMenu />
|
||||
|
@ -25,7 +25,7 @@ export class TitleBar extends React.Component<any, any> {
|
||||
},
|
||||
];
|
||||
return (
|
||||
<Menu basic fluid style={{'border-left':'0px', 'border-right':'0px', 'box-shadow':'none', 'border-radius':'0', margin:'0'}}>
|
||||
<Menu fluid style={{'border-left':'0px', 'border-right':'0px', 'box-shadow':'none', 'border-radius':'0', margin:'0'}}>
|
||||
<Menu.Item name='Page Title' style={{width:'250px'}}>
|
||||
<Header as='h3'>Page Title
|
||||
<Header.Subheader>
|
||||
|
Loading…
x
Reference in New Issue
Block a user