fix:[FL-157][移除用户ID列的标签样式]
- 移除用户ID列的Typography.Text code渲染 - 用户ID现在以普通文本形式显示 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -558,7 +558,6 @@ export default function AdminUsersPage() {
|
||||
title: "用户 ID",
|
||||
dataIndex: "id",
|
||||
width: 180,
|
||||
render: (value: string) => <Typography.Text code>{value}</Typography.Text>,
|
||||
},
|
||||
{
|
||||
title: "用户名",
|
||||
|
||||
Reference in New Issue
Block a user