feat: Material You!

This commit is contained in:
keiko233
2023-11-11 17:12:57 +08:00
parent 84b2c07340
commit 01d631033f
6 changed files with 39 additions and 22 deletions

View File

@@ -23,11 +23,13 @@ export const BasePage: React.FC<Props> = (props) => {
{header}
</header>
<section>
<div className="base-content" style={contentStyle} data-windrag>
{children}
</div>
</section>
<div className="base-container">
<section>
<div className="base-content" style={contentStyle} data-windrag>
{children}
</div>
</section>
</div>
</div>
</BaseErrorBoundary>
);