调整版本库弹窗影响页面移动

dev_new_shixunsrepository
杨树明 5 years ago
parent f022a8139e
commit 5e0db2cd3f

@ -1052,17 +1052,17 @@ submittojoinclass=(value)=>{
` `
} }
</style> </style>
<li className={`pr questionbanks`} > {/*<li className={`pr questionbanks`} >*/}
<Popover className="queyppors" id={"yslpopovers"} placement="bottom" content={contents} trigger="click" > {/* <Popover className="queyppors" id={"yslpopovers"} placement="bottom" content={contents} trigger="click" >*/}
<div className=" sortinxdirection mr10"> {/* <div className=" sortinxdirection mr10">*/}
<div style={{ {/* <div style={{*/}
color:"#fff" {/* color:"#fff"*/}
}}> {/* }}>*/}
题库 {/* 题库*/}
</div> {/* </div>*/}
</div> {/* </div>*/}
</Popover> {/* </Popover>*/}
</li> {/*</li>*/}
<li <li
style={{display: this.props.Headertop === undefined ? 'none' : this.props.Headertop.auth === null ? 'none' : 'block'}} style={{display: this.props.Headertop === undefined ? 'none' : this.props.Headertop.auth === null ? 'none' : 'block'}}

@ -209,6 +209,9 @@ class Repositoryfile extends Component{
padding-left: 0px; padding-left: 0px;
margin-top:5px; margin-top:5px;
} }
body{
width: calc(100%) !important;
}
` `
} }
</style> </style>

Loading…
Cancel
Save