认证弹框

chromesetting
caishi 5 years ago
parent 4a8bb8ef9d
commit 9ffd3a4f1a

@ -80,4 +80,39 @@ button.ant-btn.ant-btn-primary.grayBtn {
} }
.courseNormalForm input { .courseNormalForm input {
height: 40px; height: 40px;
}
.autoModal .ant-modal-body{
height: auto;
overflow-y: auto;
}
@media screen and (max-height: 765px) {
.autoModal .ant-modal-body {
height: 670px;
overflow-y: auto;
}
}
@media screen and (max-height: 735px) {
.autoModal .ant-modal-body {
height: 600px;
overflow-y: auto;
}
}
@media screen and (max-height: 635px) {
.autoModal .ant-modal-body {
height: 500px;
overflow-y: auto;
}
}
@media screen and (max-height: 566px) {
.autoModal .ant-modal-body {
height: 465px;
overflow-y: auto;
}
}
@media screen and (max-height: 472px) {
.autoModal .ant-modal-body {
height: 360px;
overflow-y: auto;
}
} }

@ -516,7 +516,7 @@ class RealNameCertificationModal extends Component{
{...this.state} {...this.state}
onOk={this.onOk} onOk={this.onOk}
okText="保存" okText="保存"
className="applyForModal certificationModal courseNormalForm" className="applyForModal certificationModal courseNormalForm autoModal"
width="660px" width="660px"
bottomRender={ bottomRender={
certification && certification == 1? certification && certification == 1?
@ -535,7 +535,7 @@ class RealNameCertificationModal extends Component{
</p><p> </p><p>
6.如存在恶意乱填写姓名证件号及上传与实名认证证件无关图片者一经发现将冻结EduCoder账号 6.如存在恶意乱填写姓名证件号及上传与实名认证证件无关图片者一经发现将冻结EduCoder账号
</p><p> </p><p>
7.提交实名认证后系统会自动将状态改为已认证你将可以开始体验平台需要实名认证的功能 7.提交实名认证后系统会自动将状态改为已认证你将可以体验平台需要实名认证的功能如果在认证后的使用过程中未通过审核你将不能继续体验需要认证的功能
</p> </p>
</div>: </div>:
<div className="bottomRender"> <div className="bottomRender">
@ -554,7 +554,7 @@ class RealNameCertificationModal extends Component{
6.如存在恶意乱填写姓名学号及上传与职业证件无关图片者一经发现将冻结EduCoder账号 6.如存在恶意乱填写姓名学号及上传与职业证件无关图片者一经发现将冻结EduCoder账号
</p> </p>
<p> <p>
7.非老师身份提交职业认证后系统会自动将状态改为已认证你将可以开始体验平台需要职业认证的功能 7.非老师身份提交职业认证后系统会自动将状态改为已认证你将可以体验平台需要职业认证的功能如果在认证后的使用过程中未通过审核你将不能继续体验需要认证的功能
</p> </p>
</div> </div>
} }

Loading…
Cancel
Save