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

@@ -107,7 +107,7 @@ const Layout = () => {
<LayoutControl />
</div>
<div className="the-content" data-windrag>
<div className="the-content">
<Routes>
{routers.map(({ label, link, ele: Ele }) => (
<Route key={label} path={link} element={<Ele />} />