浏览代码

数字框蓝色背景显示修改

zhouna 6 年之前
父节点
当前提交
3fd13c27d5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/NumberDrop/index.jsx

+ 2 - 2
src/components/NumberDrop/index.jsx

@@ -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(){