|
|
@ -197,7 +197,7 @@ class Osshackathonmodel extends Component{
|
|
|
|
placeholder={"请输入项目描述"}
|
|
|
|
placeholder={"请输入项目描述"}
|
|
|
|
onInput={(e)=>this.Textarea_comment(e)}
|
|
|
|
onInput={(e)=>this.Textarea_comment(e)}
|
|
|
|
value={this.state.Textarea_comment}
|
|
|
|
value={this.state.Textarea_comment}
|
|
|
|
maxlength={500}
|
|
|
|
maxlength={250}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
<li style={{height:"20px",lineHeight:"20px"}} className={textareavaltype===true?"color-red mt20 mb10":"none"}><span>评阅内容至少有一个不为空</span></li>
|
|
|
|
<li style={{height:"20px",lineHeight:"20px"}} className={textareavaltype===true?"color-red mt20 mb10":"none"}><span>评阅内容至少有一个不为空</span></li>
|
|
|
|