Explorar el Código

Tweak menu margin

afc163 hace 8 años
padre
commit
89ed9cc274
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/layouts/BasicLayout.js

+ 1 - 2
src/layouts/BasicLayout.js

@@ -220,8 +220,7 @@ class BasicLayout extends React.PureComponent {
               {...menuProps}
               onOpenChange={this.handleOpenChange}
               selectedKeys={this.getCurrentMenuSelectedKeys()}
-              style={{ margin: '24px 0', width: '100%' }}
-              inlineIndent={24}
+              style={{ margin: '16px 0', width: '100%' }}
             >
               {this.getNavMenuItems(this.menus)}
             </Menu>