modal加边距

This commit is contained in:
yunkexin 2024-05-23 16:16:16 +08:00
parent b9ee9b2772
commit a281990f61

View File

@ -1540,7 +1540,7 @@ class Home extends React.Component {
> >
<div> <div>
<Form> <Form>
<Row style={{ marginTop: "50px" }}> <Row style={{margin:'50px 50px 0px 50px'}}>
<Col span={5}> <Col span={5}>
<Form.Item label={"名称"} {...formItemLayout}> <Form.Item label={"名称"} {...formItemLayout}>
<Input <Input
@ -1604,7 +1604,7 @@ class Home extends React.Component {
> >
<div> <div>
<Form> <Form>
<Row style={{ marginTop: "50px" }}> <Row style={{margin:'50px 50px 0px 50px'}}>
<Col span={5}> <Col span={5}>
<Form.Item label={"提醒内容"} {...formItemLayout}> <Form.Item label={"提醒内容"} {...formItemLayout}>
<Input <Input