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

This commit is contained in:
2026-09-13 19:29:45 -06:00
parent 9132901cc7
commit 271123179a

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: 200 }, { title: "邮箱", key: "email", width: 220 },
{ {
key: "actions", key: "actions",
title: "选项", title: "选项",