feat: update styles

This commit is contained in:
GyDi
2022-01-25 01:48:26 +08:00
parent 3956d2bd63
commit f2c0626c68
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>