|
|
|
@ -304,7 +304,7 @@ class GraduationTasksedit extends Component{
|
|
|
|
|
|
|
|
|
|
{description===undefined?"":<Form labelCol={{ span: 5 }} wrapperCol={{ span: 12 }} onSubmit={this.handleSubmit} >
|
|
|
|
|
{/*内容*/}
|
|
|
|
|
<div className="stud-class-set bor-bottom-greyE pd20 edu-back-white">
|
|
|
|
|
<div className="stud-class-set bor-bottom-greyE pt20 pl20 pr20 pb0 edu-back-white">
|
|
|
|
|
|
|
|
|
|
<Form.Item label="类型">
|
|
|
|
|
{getFieldDecorator('tasktype', {
|
|
|
|
@ -323,13 +323,13 @@ class GraduationTasksedit extends Component{
|
|
|
|
|
<Form.Item label="任务标题" >
|
|
|
|
|
{getFieldDecorator('name', {
|
|
|
|
|
rules: [{ required: true, message: "请输入标题" }],
|
|
|
|
|
})(<Input placeholder="请输入任务名称,最大限制20个字符" value={name} onInput={this.changeTitle} className="searchView searchViewAfter" style={{"width":"100%"}} maxLength="60" addonAfter={String(title_num)}/>)}
|
|
|
|
|
})(<Input placeholder="请输入任务名称,最大限制60个字符" value={name} onInput={this.changeTitle} className="searchView searchViewAfter" style={{"width":"100%"}} maxLength="60" addonAfter={String(title_num)}/>)}
|
|
|
|
|
</Form.Item>
|
|
|
|
|
<input type="hidden" id='nametypes' />
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div className="stud-class-set pd20 coursenavbox edu-back-white">
|
|
|
|
|
<div className="stud-class-set pt20 pl20 pr20 pb0 coursenavbox edu-back-white">
|
|
|
|
|
<style>{`
|
|
|
|
|
.uploadBtn.ant-btn {
|
|
|
|
|
border: none;
|
|
|
|
@ -348,7 +348,7 @@ class GraduationTasksedit extends Component{
|
|
|
|
|
`}</style>
|
|
|
|
|
<Form.Item
|
|
|
|
|
label="内容"
|
|
|
|
|
|
|
|
|
|
style={{marginBottom:'0px'}}
|
|
|
|
|
>
|
|
|
|
|
{getFieldDecorator('description', {
|
|
|
|
|
rules: [{
|
|
|
|
|