fix:[FL-8][用户管理页面操作列宽度调整为180px]

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
chengkai3
2026-06-19 10:49:19 +08:00
parent 65de32d7f3
commit 3789411570
+1 -1
View File
@@ -667,7 +667,7 @@ export default function AdminUsersPage() {
{
title: "操作",
key: "actions",
width: 120,
width: 180,
render: (_value, row) => {
const updatingLoading = updatingStatusUserId === row.id;
const resetLoading = resettingUserId === row.id;