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:
chengkai3
2026-06-17 23:48:10 +08:00
parent dd15768623
commit 864fd5e239
+1 -1
View File
@@ -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;