layout
This commit is contained in:
parent
5bad40306d
commit
baf6c129a1
|
@ -31,7 +31,7 @@ export class AppLayout extends React.Component<Props, State> {
|
|||
return (
|
||||
<Container fluid>
|
||||
<LeftMenu />
|
||||
<Segment vertical style={{ margin: '0 0 0 210px', padding: '0' }}>
|
||||
<Segment basic style={{ margin: '0 0 0 210px', padding: '0' }}>
|
||||
<Header />
|
||||
<TitleBarContainer location={this.props.location.pathname}/>
|
||||
<Segment basic>
|
||||
|
|
|
@ -11,7 +11,7 @@ export class Footer extends React.Component<any, any> {
|
|||
|
||||
public render(): JSX.Element {
|
||||
return (
|
||||
<Segment vertical textAlign='center' size='tiny'>
|
||||
<Segment basic textAlign='center' size='tiny'>
|
||||
<br />
|
||||
Copyright LOAFLE.
|
||||
</Segment>
|
||||
|
|
|
@ -49,7 +49,7 @@ export class ProbeDetailLayout extends React.Component<Props, State> {
|
|||
return (
|
||||
<Container fluid>
|
||||
<LeftMenu />
|
||||
<Segment vertical style={{ margin: '0 0 0 210px', padding: '0' }}>
|
||||
<Segment basic style={{ margin: '0 0 0 210px', padding: '0' }}>
|
||||
<Header />
|
||||
<TitleBarContainer sub={sub} location={this.props.location.pathname}/>
|
||||
<Segment basic>
|
||||
|
|
|
@ -43,7 +43,7 @@ class SensorDetailLayout extends React.Component<Props, State> {
|
|||
return (
|
||||
<Container fluid>
|
||||
<LeftMenu />
|
||||
<Segment vertical style={{ margin: '0 0 0 210px', padding: '0' }}>
|
||||
<Segment basic style={{ margin: '0 0 0 210px', padding: '0' }}>
|
||||
<Header />
|
||||
<TitleBarContainer sub={sub} location={this.props.location.pathname} />
|
||||
{/*<TitleBar title='Sensor Details' sub={sub} />*/}
|
||||
|
|
|
@ -40,7 +40,7 @@ export class TargetDetailLayout extends React.Component<Props, State> {
|
|||
return (
|
||||
<Container fluid>
|
||||
<LeftMenu />
|
||||
<Segment vertical style={{ margin: '0 0 0 210px', padding: '0' }}>
|
||||
<Segment basic style={{ margin: '0 0 0 210px', padding: '0' }}>
|
||||
<Header />
|
||||
<TitleBarContainer title='Target Details' sub={sub} location={this.props.location.pathname} />
|
||||
<Segment basic>
|
||||
|
|
|
@ -33,7 +33,7 @@ export class AppLayout extends React.Component<Props, State> {
|
|||
<Switch>
|
||||
<Container fluid>
|
||||
<LeftMenu />
|
||||
<Segment vertical style={{ margin: '0 0 0 210px', padding: '0' }}>
|
||||
<Segment basic style={{ margin: '0 0 0 210px', padding: '0' }}>
|
||||
<Header />
|
||||
<Route exact path={`${this.props.match.url}/tablesort`} component={TableSortView} />
|
||||
<Footer />
|
||||
|
|
Loading…
Reference in New Issue
Block a user