|
|
|
@ -1200,12 +1200,12 @@ class Coursesleftnav extends Component{
|
|
|
|
|
>
|
|
|
|
|
<div>
|
|
|
|
|
{this.state.Navmodalziyname==="资源"?<div className="df" style={{marginBottom:50}}>
|
|
|
|
|
<div className={"fl mt5"} id="ddd">上级目录:</div>
|
|
|
|
|
<div className={"fl mt5"} id="ddd">上级目录:</div>
|
|
|
|
|
|
|
|
|
|
<TreeSelect
|
|
|
|
|
className={"input-flex-35 greyInput fl"}
|
|
|
|
|
style={{width:300,color:'#000000'}}
|
|
|
|
|
// getPopupContainer={() => document.getElementById('ddd')}
|
|
|
|
|
getPopupContainer={() => document.getElementById('ddd')}
|
|
|
|
|
dropdownClassName={{display:this.state.dropdownStyleshow}}
|
|
|
|
|
treeData={this.state.treeData}
|
|
|
|
|
placeholder={this.state.treeDataname}
|
|
|
|
|