|
|
|
@ -968,31 +968,38 @@ submittojoinclass=(value)=>{
|
|
|
|
|
)
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
.queyppors {
|
|
|
|
|
top: 63px !important;
|
|
|
|
|
}
|
|
|
|
|
{/*<style>*/}
|
|
|
|
|
{/* {*/}
|
|
|
|
|
{/* `*/}
|
|
|
|
|
{/* .queyppors {*/}
|
|
|
|
|
{/* top: 63px !important;*/}
|
|
|
|
|
{/* }*/}
|
|
|
|
|
|
|
|
|
|
{/* .ant-popover-inner-content {*/}
|
|
|
|
|
{/* padding:0px !important;*/}
|
|
|
|
|
{/* }*/}
|
|
|
|
|
{/* `*/}
|
|
|
|
|
{/* }*/}
|
|
|
|
|
{/*</style>*/}
|
|
|
|
|
{/*<li className={`pr `}>*/}
|
|
|
|
|
{/* <Popover placement="bottom" content={contents} trigger="click" >*/}
|
|
|
|
|
{/* <div className=" sortinxdirection mr10">*/}
|
|
|
|
|
{/* <div style={{*/}
|
|
|
|
|
{/* color:"#fff"*/}
|
|
|
|
|
{/* }}>*/}
|
|
|
|
|
{/* 题库*/}
|
|
|
|
|
{/* </div>*/}
|
|
|
|
|
{/* </div>*/}
|
|
|
|
|
{/* </Popover>*/}
|
|
|
|
|
{/*</li>*/}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ant-popover-inner-content {
|
|
|
|
|
padding:0px !important;
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<li className={`pr `}>
|
|
|
|
|
<Popover placement="bottom" content={contents} trigger="click" >
|
|
|
|
|
<div className=" sortinxdirection mr10">
|
|
|
|
|
<div style={{
|
|
|
|
|
color:"#fff"
|
|
|
|
|
}}>
|
|
|
|
|
题库
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</Popover>
|
|
|
|
|
<Link to={'/question'}>题库</Link>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{/*<li><a href={this.props.Headertop===undefined?"":'/courses'}>课堂</a></li>*/}
|
|
|
|
|
{/*<li className={`${coursestype === true ? 'pr active' : 'pr'}`}>*/}
|
|
|
|
|
{/* /!*<a href={this.props.Headertop===undefined?"":this.props.Headertop.course_url}>课堂</a>*!/*/}
|
|
|
|
|