Browse Source

💄 Fix Drawer demo extra styles

close #14202
pull/15759/head
afc163 6 years ago
parent
commit
b56d6516da
No known key found for this signature in database GPG Key ID: 5F00908D72002306
  1. 5
      components/drawer/demo/form-in-drawer.md

5
components/drawer/demo/form-in-drawer.md

@ -47,11 +47,6 @@ class DrawerForm extends React.Component {
width={720}
onClose={this.onClose}
visible={this.state.visible}
style={{
overflow: 'auto',
height: 'calc(100% - 108px)',
paddingBottom: '108px',
}}
>
<Form layout="vertical" hideRequiredMark>
<Row gutter={16}>

Loading…
Cancel
Save