mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 11:19:45 +08:00
删除弹窗确认按钮样式优化
This commit is contained in:
@@ -76,7 +76,7 @@ export const SystemAdministratorCreate: React.FC<PropInterface> = ({
|
||||
return (
|
||||
<>
|
||||
<Modal
|
||||
title="新建管理人员"
|
||||
title="添加管理员"
|
||||
centered
|
||||
forceRender
|
||||
open={open}
|
||||
|
||||
@@ -164,7 +164,7 @@ export const SystemAdministratorPage: React.FC = () => {
|
||||
<div className="d-flex">
|
||||
<PerButton
|
||||
type="primary"
|
||||
text="新建管理人员"
|
||||
text="添加管理员"
|
||||
class="mr-16"
|
||||
icon={<PlusOutlined />}
|
||||
p="admin-user-cud"
|
||||
|
||||
Reference in New Issue
Block a user