|
@@ -134,8 +134,8 @@ class NumberDrop extends Component{
|
|
|
handleLabelChange && handleLabelChange({ikey,changeVal,type:boxMark,totalVal,prefix,suffix});
|
|
|
}
|
|
|
getSpanClass(){ //将被替换的文字选中状态显示
|
|
|
- const {hasSelect} = this.state;
|
|
|
- const cls = !hasSelect&&this.props.show?style['blued']:'';
|
|
|
+ //const {hasSelect} = this.state;
|
|
|
+ const cls = this.props.show?style['blued']:'';
|
|
|
return cls;
|
|
|
}
|
|
|
render(){
|