系统管理人员列表初步

This commit is contained in:
禺狨 2023-03-06 15:50:33 +08:00
parent b2ba666294
commit 2309710f27
2 changed files with 6 additions and 2 deletions

View File

@ -74,8 +74,10 @@ export const MemberPage: React.FC = () => {
{ {
title: "操作", title: "操作",
key: "action", key: "action",
fixed: "right",
width: 160,
render: (_, record) => ( render: (_, record) => (
<Space size="middle"> <Space size="small">
<Button <Button
type="link" type="link"
danger danger

View File

@ -71,8 +71,10 @@ export const SystemAdministratorPage: React.FC = () => {
{ {
title: "操作", title: "操作",
key: "action", key: "action",
fixed: "right",
width: 160,
render: (_, record) => ( render: (_, record) => (
<Space size="middle"> <Space size="small">
<Button <Button
type="link" type="link"
danger danger