线上课创建优化

This commit is contained in:
禺狨 2023-03-28 17:49:21 +08:00
parent dc5e9ff303
commit 5dd9086b22
3 changed files with 3 additions and 3 deletions

View File

@ -242,7 +242,7 @@ const DashboardPage = () => {
className="iconfont icon-department"
style={{ color: "#21C785", fontSize: 36 }}
></i>
<span></span>
<span></span>
</div>
</div>
</div>

View File

@ -97,7 +97,7 @@ export const DepartmentCreate: React.FC<PropInterface> = ({
return (
<>
<Modal
title="添加部门"
title="新建部门"
centered
forceRender
open={open}

View File

@ -353,7 +353,7 @@ const DepartmentPage = () => {
<div className="d-flex">
<PerButton
type="primary"
text="添加部门"
text="新建部门"
class="mr-16"
icon={<PlusOutlined />}
p="department-cud"