浏览代码

代码更新杂音类默认值代码合并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)){
     if(value||(showDefaulted&&value===undefined&&defaulted)){
       return classNames(style['selected-tag'],blueBorder,setFontColorSize());
       return classNames(style['selected-tag'],blueBorder,setFontColorSize());
     }
     }
-    return classNames(style['tag'],orgBorder,ext,setFontColorSize());
+    return classNames(style['tag'],orgBorder,ext,setFontColorSize(1));
   }
   }
   ifDefault(){
   ifDefault(){
     const {type,otherDefault,curDefault} = this.props;
     const {type,otherDefault,curDefault} = this.props;