删除弹窗确认按钮样式优化

This commit is contained in:
禺狨
2023-03-15 10:28:02 +08:00
parent 11c795451d
commit 86d9a27b28
5 changed files with 9 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ export const SystemAdministratorCreate: React.FC<PropInterface> = ({
return (
<>
<Modal
title="新建管理员"
title="添加管理员"
centered
forceRender
open={open}

View File

@@ -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"