This commit is contained in:
Archer
2023-12-18 16:24:50 +08:00
committed by GitHub
parent d33c99f564
commit 703583fff7
130 changed files with 3418 additions and 2579 deletions

View File

@@ -44,9 +44,9 @@ const SideTabs = ({ list, size = 'md', activeId, onChange, ...props }: Props) =>
alignItems={'center'}
{...(activeId === item.id
? {
bg: ' myBlue.300 !important',
bg: ' blue.200 !important',
fontWeight: 'bold',
color: 'myBlue.700 ',
color: 'blue.600 ',
cursor: 'default'
}
: {