提交 8c226bef 作者: 翁进城

优化layout样式

上级 2d32ce1e
......@@ -10,7 +10,8 @@ const headerStyle: React.CSSProperties = {
height: 'auto',
background: 'none',
padding: 0,
lineHeight: '1'
lineHeight: '1',
position: 'relative'
};
const contentStyle: React.CSSProperties = {
......@@ -18,13 +19,15 @@ const contentStyle: React.CSSProperties = {
lineHeight: '1',
color: '',
backgroundColor: '',
position: 'relative',
};
const footerStyle: React.CSSProperties = {
color: '',
backgroundColor: '',
lineHeight: '1',
padding: 0
padding: 0,
position: 'relative'
};
type Props = {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论