提交 60f699d4 作者: 翁进城

优化layout

上级 6785c016
...@@ -33,8 +33,8 @@ const footerStyle: React.CSSProperties = { ...@@ -33,8 +33,8 @@ const footerStyle: React.CSSProperties = {
}; };
type Props = { type Props = {
children: React.ReactNode; children?: React.ReactNode;
layoutStyle: React.CSSProperties; layoutStyle?: React.CSSProperties;
}; };
export default function LayoutView(props: Props) { export default function LayoutView(props: Props) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论