dev_home
杨树明 5 years ago
parent 293624d354
commit 56cd10fae0

@ -1283,7 +1283,7 @@ submittojoinclass=(value)=>{
<div className="edu-menu-list" style={{top: '60px',width:"240px"}}>
<div className="overPart"></div>
<ul className="fl with50 edu-txt-center pr ul-leftline">
<ul className={coursestypes===true&&this.props.user&&this.props.user.main_site===true?"fl headwith100b edu-txt-center pr ul-leftline":"fl with50 edu-txt-center pr ul-leftline"}>
{this.props.current_user&&this.props.current_user.user_identity==="学生"?"":coursestypes===true?"":<li><a onClick={(url)=>this.getUser("/courses/new")}>新建翻转课堂</a></li>}
{shixuntype===true?"":<li><a onClick={(url)=>this.getUser("/shixuns/new")}>新建实训项目</a></li>}
{this.props.Headertop===undefined?"":
@ -1291,7 +1291,7 @@ submittojoinclass=(value)=>{
}
{this.props.user&&this.props.user.main_site===true?<li><a onClick={(url)=>this.getUser("/projects/new","projects")} target="_blank">新建开发项目</a></li>:""}
</ul>
<ul className="fl with50 edu-txt-center">
{coursestypes===true&&this.props.user&&this.props.user.main_site===true?"":<ul className="fl with50 edu-txt-center">
{coursestypes===true?"":<li>
<a onClick={this.tojoinclass}>加入翻转课堂</a>
@ -1356,7 +1356,7 @@ submittojoinclass=(value)=>{
</div>
</div>
</Modal>:""}
</ul>
</ul>:""}
</div>
</div>

@ -219,3 +219,7 @@ body>.-task-title {
min-width: 40px;
height:40px;
}
.headwith100b{
width: 100%;
}
Loading…
Cancel
Save