fix
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2026-09-13 23:40:58 -06:00
parent 271123179a
commit fe4fc46243

View File

@@ -110,7 +110,7 @@ const columns: DataTableColumn<User>[] = [
width: 100, width: 100,
render: (row) => h(TextCopy, () => row.realName), render: (row) => h(TextCopy, () => row.realName),
}, },
{ title: "邮箱", key: "email", width: 220 }, { title: "邮箱", key: "email", width: 260 },
{ {
key: "actions", key: "actions",
title: "选项", title: "选项",