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