Skip to content

Commit

Permalink
fix: (#2475, #2445) input box-shadow for login page (#2476)
Browse files Browse the repository at this point in the history
* fix: (#2474, #2445) input box-shadow for login page

* fix: (#2475, #2445) input box-shadow for login page
  • Loading branch information
O2 authored and chenshuai2144 committed Oct 6, 2018
1 parent cfa3f11 commit 20d3bd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -24,6 +24,7 @@ module.exports = {
'jsx-a11y/click-events-have-key-events': 0,
'jsx-a11y/no-static-element-interactions': 0,
'jsx-a11y/anchor-is-valid': 0,
'linebreak-style': 0,
},
settings: {
polyfills: ['fetch', 'promises', 'url'],
Expand Down
2 changes: 1 addition & 1 deletion src/components/Login/index.less
Expand Up @@ -9,7 +9,7 @@
}

.ant-form-item {
margin-bottom: 24px;
margin: 0 2px 24px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/SiderMenu/SiderMenu.js
Expand Up @@ -118,7 +118,7 @@ export default class SiderMenu extends PureComponent {
mode="inline"
handleOpenChange={this.handleOpenChange}
onOpenChange={this.handleOpenChange}
style={{ padding: '16px 0', width: '100%' }}
style={{ padding: '16px 0', width: '100%', overflowX: 'hidden' }}
{...defaultProps}
/>
</Sider>
Expand Down

0 comments on commit 20d3bd7

Please sign in to comment.