Przeglądaj źródła

图标设置大小

outaozhen 5 lat temu
rodzic
commit
a370259efc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/components/SvgIcon/index.jsx

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

@@ -9,4 +9,4 @@ const IconFont = createFromIconfontCN({
 })
 export default IconFont
 
-export const IconPark = props => <Icon {...props} />
+export const IconPark = props => <Icon size="16" {...props} />