From 686b78bc47f53f9eeb27926e2b685570e9d60b74 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Tue, 30 Apr 2024 16:32:35 +0800 Subject: [PATCH] =?UTF-8?q?glcc=E4=B8=B4=E6=97=B6=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/glcc/apply/editInfo.jsx | 17 +++++++++-------- src/glcc/apply/index.scss | 16 ++++++++++++++++ src/glcc/apply/taskApply.jsx | 6 +++--- 3 files changed, 28 insertions(+), 11 deletions(-) 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位字符,请重新编辑' }], -