|
@@ -184,7 +184,7 @@ class NumberDrop extends Component{
|
|
|
return className(isSelected,noTag,orgBorder);
|
|
|
}
|
|
|
getSpanClass(){ //将被替换的文字选中状态显示
|
|
|
- const cls = this.props.show?style['blued']:'';
|
|
|
+ const cls = this.props.show?style['blued']:style['nol'];
|
|
|
return cls;
|
|
|
}
|
|
|
stopBubble(e){
|