mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 03:39:34 +08:00
登录样式优化
This commit is contained in:
@@ -63,7 +63,7 @@ export const DepartmentPage: React.FC = () => {
|
||||
text="详情"
|
||||
class="c-red"
|
||||
icon={null}
|
||||
p="department-update"
|
||||
p="department-cud"
|
||||
onClick={() => navigate(`/department/update/${record.id}`)}
|
||||
/>
|
||||
<Popconfirm
|
||||
@@ -78,7 +78,7 @@ export const DepartmentPage: React.FC = () => {
|
||||
text="删除"
|
||||
class="c-red"
|
||||
icon={null}
|
||||
p="department-destroy"
|
||||
p="department-cud"
|
||||
onClick={() => null}
|
||||
/>
|
||||
</Popconfirm>
|
||||
@@ -152,7 +152,7 @@ export const DepartmentPage: React.FC = () => {
|
||||
text="新建"
|
||||
class="mr-16"
|
||||
icon={<PlusOutlined />}
|
||||
p="department-store"
|
||||
p="department-cud"
|
||||
onClick={() => null}
|
||||
/>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user