|
@@ -443,15 +443,13 @@ class ListItems extends Component{
|
|
|
return <div className={style["drop-list"]} ref={parDiv} style={this.getStyle()} contentEditable="false" onClick={(e)=>{e.stopPropagation();}}>
|
|
|
<p className={style['orderTips']}>按{order?'从左到右从上到下':'点击'}顺序成文</p>
|
|
|
{this.getLabels()}
|
|
|
+ {boxMark==1 && tagType==11 && <div className="search">
|
|
|
+ <SearchBox show={show} onSelect={this.searchSelect.bind(this)} onRef={(child)=>{this.child = child;}}/>
|
|
|
+ </div>}
|
|
|
<div className="oper clearfix">
|
|
|
<span className={style['clear']} onClick={handleClear}>清空选项</span>
|
|
|
<span className={style['confirm']} onClick={this.clickConfirm}>确定</span>
|
|
|
</div>
|
|
|
-
|
|
|
- {boxMark==1 && tagType==11 && <div className="search">
|
|
|
- <div className={style["line"]}></div>
|
|
|
- <SearchBox show={show} onSelect={this.searchSelect.bind(this)} onRef={(child)=>{this.child = child;}}/>
|
|
|
- </div>}
|
|
|
</div>
|
|
|
}
|
|
|
}
|