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