소스 검색

数字框蓝色背景显示修改

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