fix:[FL-161][用户管理页面操作列宽度固定在120px]
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -582,7 +582,7 @@ export default function AdminUsersPage() {
|
||||
title: "操作",
|
||||
key: "actions",
|
||||
fixed: "right",
|
||||
width: 180,
|
||||
width: 120,
|
||||
render: (_value, row) => {
|
||||
const updatingLoading = updatingStatusUserId === row.id;
|
||||
const resetLoading = resettingUserId === row.id;
|
||||
|
||||
Reference in New Issue
Block a user