mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 07:09:27 +08:00
登录样式优化
This commit is contained in:
@@ -63,7 +63,7 @@ export const ResourceCategoryPage: React.FC = () => {
|
||||
text="详情"
|
||||
class="c-red"
|
||||
icon={null}
|
||||
p="department-update"
|
||||
p="department-cud"
|
||||
onClick={() => navigate(`/resource-category/update/${record.id}`)}
|
||||
/>
|
||||
<Popconfirm
|
||||
@@ -78,7 +78,7 @@ export const ResourceCategoryPage: React.FC = () => {
|
||||
text="删除"
|
||||
class="c-red"
|
||||
icon={null}
|
||||
p="department-destroy"
|
||||
p="department-cud"
|
||||
onClick={() => null}
|
||||
/>
|
||||
</Popconfirm>
|
||||
@@ -156,7 +156,7 @@ export const ResourceCategoryPage: React.FC = () => {
|
||||
text="新建"
|
||||
class="mr-16"
|
||||
icon={<PlusOutlined />}
|
||||
p="department-store"
|
||||
p="department-cud"
|
||||
onClick={() => null}
|
||||
/>
|
||||
</Link>
|
||||
|
||||
@@ -23,7 +23,6 @@ interface DataType {
|
||||
id: React.Key;
|
||||
name: string;
|
||||
created_at: string;
|
||||
duration: string;
|
||||
}
|
||||
|
||||
export const ResourceVideosPage = () => {
|
||||
|
||||
Reference in New Issue
Block a user