|
@@ -398,7 +398,7 @@ class ListItems extends Component{
|
|
|
return <div className={style["drop-list"]} style={this.getStyle()} contentEditable="false" onClick={(e)=>{e.stopPropagation();}}>
|
|
|
<p className={style['orderTips']}>按{order?'从左到右从上到下':'点击'}顺序成文</p>
|
|
|
{this.getLabels()}
|
|
|
- <div className="oper">
|
|
|
+ <div className="oper clearfix">
|
|
|
<span className={style['clear']} onClick={handleClear}>清空选项</span>
|
|
|
<span className={style['confirm']} onClick={handleConfirm}>确定</span>
|
|
|
</div>
|