dev_aliyun2
杨树林 5 years ago committed by harry
parent ddda30fe9d
commit a482df0dd5

@ -891,7 +891,7 @@ class NewHeader extends Component {
` `
} }
</style> </style>
<li className={`pr `}> <li className={`pr questionbanks`}>
<Popover placement="bottom" content={contents} trigger="click" > <Popover placement="bottom" content={contents} trigger="click" >
<div className=" sortinxdirection mr10"> <div className=" sortinxdirection mr10">
<div style={{ <div style={{
@ -992,11 +992,19 @@ class NewHeader extends Component {
<<<<<<< HEAD
<style> <style>
{ {
` `
.posi - searchs{ .posi - searchs{
opacity: 1; opacity: 1;
=======
<style>
{
`
.posi - searchs{
opacity: 1;
>>>>>>> fcf6d0f... 题库
position: absolute; position: absolute;
top: -2px; top: -2px;
background: #fff; background: #fff;
@ -1107,7 +1115,7 @@ class NewHeader extends Component {
</ul> </ul>
</div> </div>
} }
{/*href="https://www.educoder.net/login"*/} {/*href="https://www.educoder.net/login"*/ }
<div className="fr head-right"> <div className="fr head-right">
{/*{ loadHeader()}*/} {/*{ loadHeader()}*/}
{showSearchOpentype === true ? "" : this.props.user && this.props.user.main_site === true ? <a id="search-open" className="fl mr30 headIcon" onClick={(e) => this.showSearchOpen(e)}> {showSearchOpentype === true ? "" : this.props.user && this.props.user.main_site === true ? <a id="search-open" className="fl mr30 headIcon" onClick={(e) => this.showSearchOpen(e)}>

Loading…
Cancel
Save