forked from Gitlink/forgeplus-react
issue
This commit is contained in:
parent
d09e6e2bc6
commit
001cb8da53
|
@ -3,7 +3,4 @@
|
||||||
}
|
}
|
||||||
.ant-modal-wrap{
|
.ant-modal-wrap{
|
||||||
z-index: 1002;
|
z-index: 1002;
|
||||||
.ant-form-explain{
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -152,7 +152,7 @@ function DivertModal({form , visible , onSuccess , onCancel,owner,repo}){
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
}
|
}
|
||||||
|
|
||||||
<Form.Item label="仓库标识:">
|
<Form.Item label="仓库标识:" style={{marginBottom:"0px"}}>
|
||||||
{getFieldDecorator("identifier",
|
{getFieldDecorator("identifier",
|
||||||
{
|
{
|
||||||
rules:[
|
rules:[
|
||||||
|
@ -166,6 +166,7 @@ function DivertModal({form , visible , onSuccess , onCancel,owner,repo}){
|
||||||
<Input placeholder="请输入仓库标识" autoComplete={"off"}/>
|
<Input placeholder="请输入仓库标识" autoComplete={"off"}/>
|
||||||
)}
|
)}
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
|
<span className="color-grey-9" style={{marginLeft:"120px"}}>请输入当前项目的标识:<span className="ml5 mr5 color-grey-3">{repo}</span>进行确认!</span>
|
||||||
</Form>
|
</Form>
|
||||||
</div>
|
</div>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
Loading…
Reference in New Issue