afc163 8 anni fa
parent
commit
89ed9cc274
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      src/layouts/BasicLayout.js

+ 1 - 2
src/layouts/BasicLayout.js

@@ -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%' }}
-              inlineIndent={24}
+              style={{ margin: '16px 0', width: '100%' }}
             >
             >
               {this.getNavMenuItems(this.menus)}
               {this.getNavMenuItems(this.menus)}
             </Menu>
             </Menu>