This commit is contained in:
caishi 2021-08-06 15:06:23 +08:00
parent d09e6e2bc6
commit 001cb8da53
2 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,4 @@
}
.ant-modal-wrap{
z-index: 1002;
.ant-form-explain{
position: absolute;
}
}

View File

@ -152,7 +152,7 @@ function DivertModal({form , visible , onSuccess , onCancel,owner,repo}){
</Form.Item>
}
<Form.Item label="仓库标识:">
<Form.Item label="仓库标识:" style={{marginBottom:"0px"}}>
{getFieldDecorator("identifier",
{
rules:[
@ -166,6 +166,7 @@ function DivertModal({form , visible , onSuccess , onCancel,owner,repo}){
<Input placeholder="请输入仓库标识" autoComplete={"off"}/>
)}
</Form.Item>
<span className="color-grey-9" style={{marginLeft:"120px"}}>请输入当前项目的标识<span className="ml5 mr5 color-grey-3">{repo}</span>进行确认</span>
</Form>
</div>
</Modal>