diff --git a/src/glcc/index.scss b/src/glcc/index.scss index 4bcee413..ec6ec341 100644 --- a/src/glcc/index.scss +++ b/src/glcc/index.scss @@ -21,7 +21,10 @@ .icon-bangzhuzhongxinicon, .icon-bangzhuzhongxinicon1{color:#ffffff} } } -.qqChatBox .ant-popover-arrow{display: none;} +.qqChatBox{ + position: fixed; + .ant-popover-arrow{display: none;} +} .qqChat{ margin: -12px -16px; background-image:linear-gradient(180deg,#f8faff 0%,#dee7ff 100%); diff --git a/src/glcc/project/taskList/index.jsx b/src/glcc/project/taskList/index.jsx index 13519b18..43489f18 100644 --- a/src/glcc/project/taskList/index.jsx +++ b/src/glcc/project/taskList/index.jsx @@ -150,7 +150,7 @@ function TaskList({applyTaskId, setStudentInfoReset, current_user, showLoginDial
{current_user && current_user.login ? {setCurrent(1);setApply(e.target.checked)}}>已报名 :
} - { setCurrent(1); setKeyword(value) }} /> + { setCurrent(1); setKeyword(value) }} />
5、提交申请后,请耐心等待,我们会在2022年7月1日公布入围结果。如有任何问题,请添加开源夏令营QQ群进行咨询
- 学生报名 + 学生报名
申请课题
@@ -394,7 +394,7 @@ function Apply(props) { {getFieldDecorator("location", { rules: [] })( - + )} {helper('所在年级', @@ -438,7 +438,7 @@ function Apply(props) { onChange={handleChange} > {imageUrl ? avatar : userApplyInfo && userApplyInfo.proveAttachmentId ? -
:
+
:
请上传学生证明
} @@ -468,11 +468,18 @@ function Apply(props) { )}
{helper('自荐书', - , + , 'memo' + i, [{ required: true, message: "请正确输入自荐书" }, { max: 500, message: '超出限制长度500位字符,请重新编辑' }], -