分类、部门管理图标优化

This commit is contained in:
禺狨 2023-03-15 09:39:22 +08:00
parent 5ae4897c0a
commit 26235468dc
2 changed files with 0 additions and 16 deletions

View File

@ -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

View File

@ -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"