modal加边距
This commit is contained in:
parent
b9ee9b2772
commit
a281990f61
@ -1540,7 +1540,7 @@ class Home extends React.Component {
|
||||
>
|
||||
<div>
|
||||
<Form>
|
||||
<Row style={{ marginTop: "50px" }}>
|
||||
<Row style={{margin:'50px 50px 0px 50px'}}>
|
||||
<Col span={5}>
|
||||
<Form.Item label={"名称"} {...formItemLayout}>
|
||||
<Input
|
||||
@ -1604,7 +1604,7 @@ class Home extends React.Component {
|
||||
>
|
||||
<div>
|
||||
<Form>
|
||||
<Row style={{ marginTop: "50px" }}>
|
||||
<Row style={{margin:'50px 50px 0px 50px'}}>
|
||||
<Col span={5}>
|
||||
<Form.Item label={"提醒内容"} {...formItemLayout}>
|
||||
<Input
|
||||
|
||||
Loading…
Reference in New Issue
Block a user