fix(ui): content height
This commit is contained in:
parent
a35e8b56b3
commit
7c3ce3df6e
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ function Layout(props: Props) {
|
|||
<SideMenu siteId={siteId} />
|
||||
</Sider>
|
||||
)}
|
||||
<Content style={{ padding: isPlayer ? '0' : '20px', minHeight: 'calc(100vh - 50px)' }}>
|
||||
<Content style={{ padding: isPlayer ? '0' : '20px', minHeight: 'calc(100vh - 60px)' }}>
|
||||
{props.children}
|
||||
</Content>
|
||||
</AntLayout>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue