|
|
|
@ -369,7 +369,6 @@ class Contentpart extends Component {
|
|
|
|
|
</style>
|
|
|
|
|
<div className="xaxisreverseorder">
|
|
|
|
|
{
|
|
|
|
|
defaultActiveKey===0||defaultActiveKey==="0"?
|
|
|
|
|
isysladmins===true||is_teacher===true?
|
|
|
|
|
this.props.Isitapopup&&this.props.Isitapopup==="true"?
|
|
|
|
|
""
|
|
|
|
@ -380,7 +379,6 @@ class Contentpart extends Component {
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
:""
|
|
|
|
|
:""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
{item_type==="PROGRAM"?
|
|
|
|
@ -400,7 +398,6 @@ class Contentpart extends Component {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
defaultActiveKey===0||defaultActiveKey==="0"?
|
|
|
|
|
this.props.Isitapopup&&this.props.Isitapopup==="true"?
|
|
|
|
|
<Search
|
|
|
|
|
style={isysladmins===true||is_teacher===true?{ marginRight:"0px"}:{marginRight:"0px"}}
|
|
|
|
@ -419,14 +416,6 @@ class Contentpart extends Component {
|
|
|
|
|
size="large"
|
|
|
|
|
onInput={(e)=>this.props.setdatafunsval(e)}
|
|
|
|
|
onSearch={ (value)=>this.props.setdatafuns(value)} />
|
|
|
|
|
:
|
|
|
|
|
<Search
|
|
|
|
|
className={"xaxisreverseorder searchwidth"}
|
|
|
|
|
placeholder="请输入题目名称、内容"
|
|
|
|
|
enterButton
|
|
|
|
|
size="large"
|
|
|
|
|
onInput={(e)=>this.props.setdatafunsval(e)}
|
|
|
|
|
onSearch={ (value)=>this.props.setdatafuns(value)} />
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|