mirror of
https://github.com/PlayEdu/backend
synced 2025-06-21 06:32:47 +08:00
分类、部门管理图标优化
This commit is contained in:
parent
5ae4897c0a
commit
26235468dc
@ -72,10 +72,6 @@ export const DepartmentPage: React.FC = () => {
|
||||
title: (
|
||||
<div className="d-flex">
|
||||
<div className="w-250px mr-24">{departments[id][i].name}</div>
|
||||
<i
|
||||
className="iconfont icon-icon-drag mr-16"
|
||||
style={{ fontSize: 24 }}
|
||||
/>
|
||||
{through("department-cud") && (
|
||||
<>
|
||||
<i
|
||||
@ -103,10 +99,6 @@ export const DepartmentPage: React.FC = () => {
|
||||
title: (
|
||||
<div className="d-flex">
|
||||
<div className="w-250px mr-24">{departments[id][i].name}</div>
|
||||
<i
|
||||
className="iconfont icon-icon-drag mr-16"
|
||||
style={{ fontSize: 24 }}
|
||||
/>
|
||||
{through("department-cud") && (
|
||||
<>
|
||||
<i
|
||||
|
@ -69,10 +69,6 @@ export const ResourceCategoryPage: React.FC = () => {
|
||||
title: (
|
||||
<div className="d-flex">
|
||||
<div className="w-250px mr-24">{categories[id][i].name}</div>
|
||||
<i
|
||||
className="iconfont icon-icon-drag mr-16"
|
||||
style={{ fontSize: 24 }}
|
||||
/>
|
||||
{through("resource-category") && (
|
||||
<i
|
||||
className="iconfont icon-icon-edit mr-16"
|
||||
@ -100,10 +96,6 @@ export const ResourceCategoryPage: React.FC = () => {
|
||||
title: (
|
||||
<div className="d-flex">
|
||||
<div className="w-250px mr-24">{categories[id][i].name}</div>
|
||||
<i
|
||||
className="iconfont icon-icon-drag mr-16"
|
||||
style={{ fontSize: 24 }}
|
||||
/>
|
||||
{through("resource-category") && (
|
||||
<i
|
||||
className="iconfont icon-icon-edit mr-16"
|
||||
|
Loading…
x
Reference in New Issue
Block a user