This commit is contained in:
@@ -258,9 +258,10 @@ function attachPackageAuditBadge(items: MenuProps['items'], pendingCount: number
|
||||
return {
|
||||
...item,
|
||||
label: (
|
||||
<Badge count={pendingCount} size="small" offset={[8, 0]}>
|
||||
<span style={{ color: '#ffffffa6' }}>套餐审核</span>
|
||||
</Badge>
|
||||
<span style={{ display: 'inline-flex', alignItems: 'center', gap: 6 }}>
|
||||
套餐审核
|
||||
{pendingCount > 0 && <Badge count={pendingCount} size="small" />}
|
||||
</span>
|
||||
),
|
||||
} as MenuItem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user