Bläddra i källkod

数字框蓝色背景显示修改

zhouna 6 år sedan
förälder
incheckning
3fd13c27d5
1 ändrade filer med 2 tillägg och 2 borttagningar
  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(){