Browse Source

图标设置大小

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