Browse Source

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

zhouna 5 năm trước cách đây
mục cha
commit
a136d53186
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;