sync: soul-admin 页面 | 原因: 前端页面修改
This commit is contained in:
@@ -210,7 +210,7 @@ export function CKBStatsTab({ onSwitchTab }: CKBStatsTabProps = {}) {
|
||||
<p className="text-yellow-400/60 text-[10px] mt-2">点击查看匹配记录 →</p>
|
||||
</CardContent>
|
||||
</Card>
|
||||
<Card className="bg-[#0f2137] border-gray-700/50 cursor-pointer hover:border-blue-500/50 transition-colors" onClick={() => window.location.href = '/users'}>
|
||||
<Card className="bg-[#0f2137] border-gray-700/50 cursor-pointer hover:border-blue-500/50 transition-colors" onClick={() => navigate('/users')}>
|
||||
<CardContent className="p-5">
|
||||
<div className="flex items-center gap-3">
|
||||
<div className="w-10 h-10 rounded-lg bg-blue-500/20 flex items-center justify-center"><UserCheck className="w-5 h-5 text-blue-400" /></div>
|
||||
|
||||
Reference in New Issue
Block a user