sync: soul-admin 页面 | 原因: 前端页面修改
This commit is contained in:
@@ -187,10 +187,12 @@ export function MatchPoolTab() {
|
||||
</span>
|
||||
</div>
|
||||
<p className="text-gray-500 text-xs mt-2">{opt.desc}</p>
|
||||
<a href={`/users?pool=${opt.value}`} onClick={e => e.stopPropagation()}
|
||||
className="text-[#38bdac] text-xs mt-2 inline-block hover:underline">
|
||||
<span role="link" tabIndex={0}
|
||||
onClick={e => { e.stopPropagation(); navigate(`/users?pool=${opt.value}`) }}
|
||||
onKeyDown={e => { if (e.key === 'Enter') { e.stopPropagation(); navigate(`/users?pool=${opt.value}`) } }}
|
||||
className="text-[#38bdac] text-xs mt-2 inline-block hover:underline cursor-pointer">
|
||||
查看用户列表 →
|
||||
</a>
|
||||
</span>
|
||||
</button>
|
||||
)
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user