提交 20d3bd7c 编写于 作者: O O2 提交者: 陈帅

fix: (#2475, #2445) input box-shadow for login page (#2476)

* fix: (#2474, #2445) input box-shadow for login page

* fix: (#2475, #2445) input box-shadow for login page
上级 cfa3f116
......@@ -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'],
......
......@@ -9,7 +9,7 @@
}
.ant-form-item {
margin-bottom: 24px;
margin: 0 2px 24px;
}
}
......
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册