|
|
|
@ -38,13 +38,12 @@ class ShixunProgramming extends Component{
|
|
|
|
|
|
|
|
|
|
<QestionDisplayHeader {...this.props} question_title={question_title}
|
|
|
|
|
topRight={
|
|
|
|
|
<a target="_blank" href={`/myproblems/${hack_identifier}`} className="mr30"
|
|
|
|
|
<a target="_blank" href={`/problems/${hack_identifier}/edit`} className="mr30"
|
|
|
|
|
style={{color: '#4CACFF'}}
|
|
|
|
|
>实训详情</a>
|
|
|
|
|
}
|
|
|
|
|
></QestionDisplayHeader>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{description&&
|
|
|
|
|
!this.props.exercise||this.props.exercise&&this.props.exercise.is_md?<MarkdownToHtml content={description} selector={'qtitle_' + (index + 1)} style={{ display: 'inline-block', width:'100%' , margin: '10px 0px 15px' }}
|
|
|
|
|
|
|
|
|
|