Commit 89ed9cc2 authored by afc163's avatar afc163

Tweak menu margin

parent c9164b8b
...@@ -220,8 +220,7 @@ class BasicLayout extends React.PureComponent { ...@@ -220,8 +220,7 @@ class BasicLayout extends React.PureComponent {
{...menuProps} {...menuProps}
onOpenChange={this.handleOpenChange} onOpenChange={this.handleOpenChange}
selectedKeys={this.getCurrentMenuSelectedKeys()} selectedKeys={this.getCurrentMenuSelectedKeys()}
style={{ margin: '24px 0', width: '100%' }} style={{ margin: '16px 0', width: '100%' }}
inlineIndent={24}
> >
{this.getNavMenuItems(this.menus)} {this.getNavMenuItems(this.menus)}
</Menu> </Menu>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment