feat(admin): 更新登录表单样式,添加图标并优化用户体验;增强代理线路详情面板,支持直接玩家计数功能
Some checks failed
lotteryadmin CI / build (push) Has been cancelled
Some checks failed
lotteryadmin CI / build (push) Has been cancelled
This commit is contained in:
@@ -97,7 +97,7 @@ export function AdminSubnavButton({
|
||||
className={cn(adminSubnavItemClassName(active, disabled), className)}
|
||||
>
|
||||
{children}
|
||||
{count !== undefined && count > 0 ? (
|
||||
{count !== undefined ? (
|
||||
<span
|
||||
className={cn(
|
||||
"ml-1.5 inline-flex min-w-[1.25rem] items-center justify-center rounded-full px-1.5 py-0.5 text-[10px] font-medium tabular-nums",
|
||||
|
||||
Reference in New Issue
Block a user