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