mirror of
https://github.com/PlayEdu/backend
synced 2025-07-14 08:27:32 +08:00
线上课创建优化
This commit is contained in:
parent
dc5e9ff303
commit
5dd9086b22
@ -242,7 +242,7 @@ const DashboardPage = () => {
|
|||||||
className="iconfont icon-department"
|
className="iconfont icon-department"
|
||||||
style={{ color: "#21C785", fontSize: 36 }}
|
style={{ color: "#21C785", fontSize: 36 }}
|
||||||
></i>
|
></i>
|
||||||
<span>添加部门</span>
|
<span>新建部门</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -97,7 +97,7 @@ export const DepartmentCreate: React.FC<PropInterface> = ({
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Modal
|
<Modal
|
||||||
title="添加部门"
|
title="新建部门"
|
||||||
centered
|
centered
|
||||||
forceRender
|
forceRender
|
||||||
open={open}
|
open={open}
|
||||||
|
@ -353,7 +353,7 @@ const DepartmentPage = () => {
|
|||||||
<div className="d-flex">
|
<div className="d-flex">
|
||||||
<PerButton
|
<PerButton
|
||||||
type="primary"
|
type="primary"
|
||||||
text="添加部门"
|
text="新建部门"
|
||||||
class="mr-16"
|
class="mr-16"
|
||||||
icon={<PlusOutlined />}
|
icon={<PlusOutlined />}
|
||||||
p="department-cud"
|
p="department-cud"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user