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 SystemAdministratorPage: React.FC = () => {
|
||||
<PerButton
|
||||
type="link"
|
||||
text="详情"
|
||||
class="c-red"
|
||||
class="b-link c-red"
|
||||
icon={null}
|
||||
p="admin-user-cud"
|
||||
onClick={() =>
|
||||
@@ -93,7 +93,7 @@ export const SystemAdministratorPage: React.FC = () => {
|
||||
<PerButton
|
||||
type="link"
|
||||
text="删除"
|
||||
class="c-red"
|
||||
class="b-link c-red"
|
||||
icon={null}
|
||||
p="admin-user-cud"
|
||||
onClick={() => null}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user