Browse Source

feat:fix 布局bugs

dev
zhaobing’ 1 year ago
parent
commit
23e54109c2
  1. 2
      web/client/src/sections/service/containers/emPush.jsx

2
web/client/src/sections/service/containers/emPush.jsx

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

Loading…
Cancel
Save