|
@ -577,7 +577,7 @@ const EmPush = (props) => { |
|
|
onSubmit={(values) => console.log(values)} |
|
|
onSubmit={(values) => console.log(values)} |
|
|
getFormApi={(formApi) => (form.current = formApi)} |
|
|
getFormApi={(formApi) => (form.current = formApi)} |
|
|
layout="horizontal" |
|
|
layout="horizontal" |
|
|
style={{ position: "relative", width: "100%", flex: 1 }} |
|
|
style={{ position: "relative", width: "100%", flex: 1,display:'flex' }} |
|
|
> |
|
|
> |
|
|
<Form.Select |
|
|
<Form.Select |
|
|
pure |
|
|
pure |
|
|