diff --git a/src/glcc/apply/editInfo.jsx b/src/glcc/apply/editInfo.jsx index 528f78fc4..bedd81397 100644 --- a/src/glcc/apply/editInfo.jsx +++ b/src/glcc/apply/editInfo.jsx @@ -232,20 +232,21 @@ function EditRepoApplyInfo(props) { )} -
- {helper('GitLink地址', - '', +
+ {helper('项目仓库地址', + '如需GLCC资助项目奖金,请将项目迁移到Gitlink平台', 'gitlinkUrl', - [{ required: true, message: "请输入GitLink项目地址" }, + [{ required: true, message: "请输入项目仓库地址" }, { max: 252, message: '超出限制长度252位字符,请重新编辑' }], - {verify("gitlink")}}/> + {verify("gitlink")}}/> )} - - 指项目在GitLink的托管地址,详见迁移说明文档 + {/* + 迁移方式详见 迁移说明文档
} > - + */} + 迁移说明文档
{getFieldDecorator("contactName", { rules: [{ required: true, message: "请输入项目联系人姓名" }, diff --git a/src/glcc/apply/index.scss b/src/glcc/apply/index.scss index 1a7810d62..e63d9b59c 100644 --- a/src/glcc/apply/index.scss +++ b/src/glcc/apply/index.scss @@ -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; diff --git a/src/glcc/apply/taskApply.jsx b/src/glcc/apply/taskApply.jsx index e828b09cf..2a694d949 100644 --- a/src/glcc/apply/taskApply.jsx +++ b/src/glcc/apply/taskApply.jsx @@ -45,10 +45,10 @@ function TaskApply(props) { )} - 您可用issue的形式来发布课题,详见课题样例 + 以issue的形式发布课题的具体内容,可参考 课题样例 } > - + @@ -131,7 +131,7 @@ function TaskApply(props) { `taskDesc${taskKey}`, [{ required: true, message: "请输入课题简介" }, { max: 200, message: '超出限制长度200位字符,请重新编辑' }], -