feat: update styles

This commit is contained in:
GyDi
2022-01-25 01:48:26 +08:00
parent ab1b5897a6
commit 3a73868c10
4 changed files with 6 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ const BasePage: React.FC<Props> = (props) => {
{header}
</header>
<section data-windrag>
<section>
<div className="base-content" style={contentStyle} data-windrag>
{children}
</div>