feat: app ui

This commit is contained in:
archer
2023-07-10 08:56:11 +08:00
parent aef42cef9d
commit cd77d81135
33 changed files with 661 additions and 547 deletions

View File

@@ -60,7 +60,7 @@ const SlideTabs = ({ list, size = 'md', activeId, onChange, ...props }: Props) =
onChange(item.id);
}}
>
<MyIcon mr={2} name={item.icon as IconName} w={'14px'} />
<MyIcon mr={2} name={item.icon as IconName} w={'16px'} />
{item.label}
</Flex>
))}