glcc临时内容修改
This commit is contained in:
parent
8f1effc1ac
commit
686b78bc47
|
|
@ -232,20 +232,21 @@ function EditRepoApplyInfo(props) {
|
|||
</Select>
|
||||
)}
|
||||
|
||||
<div className='hasQuestionBox'>
|
||||
{helper('GitLink地址',
|
||||
'',
|
||||
<div className='posiHasQuestionBox'>
|
||||
{helper('项目仓库地址',
|
||||
'如需GLCC资助项目奖金,请将项目迁移到Gitlink平台',
|
||||
'gitlinkUrl',
|
||||
[{ required: true, message: "请输入GitLink项目地址" },
|
||||
[{ required: true, message: "请输入项目仓库地址" },
|
||||
{ max: 252, message: '超出限制长度252位字符,请重新编辑' }],
|
||||
<Input placeholder="请输入GitLink项目地址" onBlur={()=>{verify("gitlink")}}/>
|
||||
<Input placeholder="请输入项目仓库地址" onBlur={()=>{verify("gitlink")}}/>
|
||||
)}
|
||||
<Tooltip title={<div>
|
||||
指项目在GitLink的托管地址,详见<a href='https://forum.gitlink.org.cn/forums/10594/detail' target="_blank" style={{color: "#466aff"}}>迁移说明文档</a>
|
||||
{/* <Tooltip title={<div>
|
||||
迁移方式详见 <a href='https://forum.gitlink.org.cn/forums/10594/detail' target="_blank" style={{color: "#466aff"}}>迁移说明文档</a>
|
||||
</div>}
|
||||
>
|
||||
<Icon type="question-circle" theme="filled" className="question mt15 ml10"/>
|
||||
</Tooltip>
|
||||
</Tooltip> */}
|
||||
<a href='https://forum.gitlink.org.cn/forums/10594/detail' className="question" target="_blank" style={{color: "#466aff"}}>迁移说明文档</a>
|
||||
</div>
|
||||
<Form.Item label="联系人姓名">
|
||||
{getFieldDecorator("contactName", { rules: [{ required: true, message: "请输入项目联系人姓名" },
|
||||
|
|
|
|||
|
|
@ -58,6 +58,22 @@
|
|||
}
|
||||
}
|
||||
|
||||
.posiHasQuestionBox{
|
||||
width: 50%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
.question{
|
||||
color: $primary-color;
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
right:20px;
|
||||
}
|
||||
.ant-row.ant-form-item{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.hasQuestionBox{
|
||||
width: 50%;
|
||||
display: inline-flex;
|
||||
|
|
|
|||
|
|
@ -45,10 +45,10 @@ function TaskApply(props) {
|
|||
<Input placeholder="请输入课题链接" {...disabledProps}/>
|
||||
)}
|
||||
<Tooltip title={<div>
|
||||
您可用issue的形式来发布课题,详见<a href='https://www.gitlink.org.cn/KomachiSion/nacos/issues/1' target="_blank" style={{color: "#466aff"}}>课题样例</a>
|
||||
以issue的形式发布课题的具体内容,可参考 <a href='https://www.gitlink.org.cn/KomachiSion/nacos/issues/1' target="_blank" style={{color: "#466aff"}}>课题样例</a>
|
||||
</div>}
|
||||
>
|
||||
<Icon type="question-circle" theme="filled" className="question mt15 ml10"/>
|
||||
<Icon type="question-circle" theme="filled" className="question mt12 ml10"/>
|
||||
</Tooltip>
|
||||
</div>
|
||||
|
||||
|
|
@ -131,7 +131,7 @@ function TaskApply(props) {
|
|||
`taskDesc${taskKey}`,
|
||||
[{ required: true, message: "请输入课题简介" },
|
||||
{ max: 200, message: '超出限制长度200位字符,请重新编辑' }],
|
||||
<TextArea placeholder="请输入课题简介" rows={4} {...disabledProps}/>
|
||||
<TextArea placeholder="请输入课题简介,以便学生快速了解课题" rows={4} {...disabledProps}/>
|
||||
)}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue