列表操作模块优化

This commit is contained in:
禺狨
2023-03-09 17:17:02 +08:00
parent 0674a884e8
commit 273063b46e
8 changed files with 20 additions and 13 deletions

View File

@@ -40,7 +40,7 @@ export const SystemAdminrolesPage: React.FC = () => {
<Button
type="link"
danger
className="c-red"
className="b-link c-red"
onClick={() => navigate(`/system/adminroles/update/${record.id}`)}
>
@@ -52,7 +52,7 @@ export const SystemAdminrolesPage: React.FC = () => {
okText="确定"
cancelText="取消"
>
<Button type="link" danger className="c-red">
<Button type="link" danger className="b-link c-red">
</Button>
</Popconfirm>