|
@@ -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;
|