|
|
@@ -41,7 +41,7 @@ const menuDataRender = menuList =>
|
|
|
children: item.children ? menuDataRender(item.children) : undefined
|
|
|
}
|
|
|
if (item.icon) {
|
|
|
- localItem.icon = <IconPark type={item.icon} />
|
|
|
+ localItem.icon = <IconPark type={item.icon} className="anticon anticon-form" />
|
|
|
}
|
|
|
return Authorized.check(item.authority, localItem, null)
|
|
|
})
|