feat: 新增成组,解组,图层处理

This commit is contained in:
奔跑的面条
2022-08-06 17:20:56 +08:00
parent ffb6b2f68c
commit d7b74ed90d
10 changed files with 300 additions and 33 deletions
+8 -2
View File
@@ -55,7 +55,9 @@ import {
Search as SearchIcon,
ChevronUpOutline as ChevronUpOutlineIcon,
ChevronDownOutline as ChevronDownOutlineIcon,
Pulse as PulseIcon
Pulse as PulseIcon,
Folder as FolderIcon,
FolderOpen as FolderOpenIcon
} from '@vicons/ionicons5'
import {
@@ -205,7 +207,11 @@ const ionicons5 = {
// 向下
ChevronDownOutlineIcon,
// 脉搏
PulseIcon
PulseIcon,
// 文件夹
FolderIcon,
// 文件夹打开
FolderOpenIcon
}
const carbon = {