mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 07:09:27 +08:00
列表操作模块优化
This commit is contained in:
@@ -61,7 +61,7 @@ export const ResourceCategoryPage: React.FC = () => {
|
||||
<PerButton
|
||||
type="link"
|
||||
text="详情"
|
||||
class="c-red"
|
||||
class="b-link c-red"
|
||||
icon={null}
|
||||
p="department-cud"
|
||||
onClick={() => navigate(`/resource-category/update/${record.id}`)}
|
||||
@@ -76,7 +76,7 @@ export const ResourceCategoryPage: React.FC = () => {
|
||||
<PerButton
|
||||
type="link"
|
||||
text="删除"
|
||||
class="c-red"
|
||||
class="b-link c-red"
|
||||
icon={null}
|
||||
p="department-cud"
|
||||
onClick={() => null}
|
||||
|
||||
@@ -84,7 +84,7 @@ export const ResourceVideosPage = () => {
|
||||
okText="确定"
|
||||
cancelText="取消"
|
||||
>
|
||||
<Button type="link" className="c-red" onClick={() => null}>
|
||||
<Button type="link" className="b-link c-red" onClick={() => null}>
|
||||
删除
|
||||
</Button>
|
||||
</Popconfirm>
|
||||
|
||||
Reference in New Issue
Block a user