소스 검색

代码更新杂音类默认值代码合并bug修改1

zhouna 5 년 전
부모
커밋
a136d53186
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/SpreadDrop/index.jsx

+ 1 - 1
src/components/SpreadDrop/index.jsx

@@ -354,7 +354,7 @@ class SpreadDrop extends Component{
     if(value||(showDefaulted&&value===undefined&&defaulted)){
       return classNames(style['selected-tag'],blueBorder,setFontColorSize());
     }
-    return classNames(style['tag'],orgBorder,ext,setFontColorSize());
+    return classNames(style['tag'],orgBorder,ext,setFontColorSize(1));
   }
   ifDefault(){
     const {type,otherDefault,curDefault} = this.props;