mirror of https://github.com/openspug/spug
优化展示效果
parent
c692f8c4ca
commit
370927175f
|
@ -22,7 +22,7 @@ export default observer(function () {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
<Form labelCol={{span: 6}} wrapperCol={{span: 14}} style={{minHeight: 350}}>
|
<Form labelCol={{span: 7}} wrapperCol={{span: 14}} style={{minHeight: 350}}>
|
||||||
<Form.Item required label="执行对象">
|
<Form.Item required label="执行对象">
|
||||||
{store.targets.map((id, index) => (
|
{store.targets.map((id, index) => (
|
||||||
<React.Fragment key={index}>
|
<React.Fragment key={index}>
|
||||||
|
|
Loading…
Reference in New Issue