This commit is contained in:
sunny 2017-07-20 19:14:18 +09:00
parent 393cec7c9b
commit 21470b418e
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ export class Layout extends React.Component<any, any> {
} }
render() { render() {
return ( return (
<Container fluid> <Container fluid>
<LeftMenu /> <LeftMenu />

View File

@ -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>