|
|
@ -15,14 +15,6 @@ function App() { |
|
|
|
padding: 0, |
|
|
|
}; |
|
|
|
|
|
|
|
const contentStyle: React.CSSProperties = { |
|
|
|
textAlign: "center", |
|
|
|
minHeight: 120, |
|
|
|
lineHeight: "120px", |
|
|
|
color: "#fff", |
|
|
|
backgroundColor: "#0958d9", |
|
|
|
}; |
|
|
|
|
|
|
|
const footerStyle: React.CSSProperties = { |
|
|
|
height: 64, |
|
|
|
padding: 0, |
|
|
@ -31,6 +23,7 @@ function App() { |
|
|
|
const layoutStyle = { |
|
|
|
overflow: "hidden", |
|
|
|
}; |
|
|
|
|
|
|
|
return ( |
|
|
|
<div className=""> |
|
|
|
<Layout style={layoutStyle}> |
|
|
@ -41,7 +34,7 @@ function App() { |
|
|
|
<Header style={headerStyle}> |
|
|
|
<AppHeader /> |
|
|
|
</Header> |
|
|
|
<Content style={contentStyle}> |
|
|
|
<Content> |
|
|
|
<Outlet /> |
|
|
|
</Content> |
|
|
|
<Footer style={footerStyle}> |
|
|
|