afc163
6 years ago
No known key found for this signature in database
GPG Key ID: 5F00908D72002306
1 changed files with
0 additions and
5 deletions
-
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}> |
|
|
|