mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 处理界面展示相关联的问题
This commit is contained in:
+5
-2
@@ -35,7 +35,8 @@ import {
|
||||
Prism as PrismIcon,
|
||||
Cube as CubeIcon,
|
||||
ChevronBackOutline as ChevronBackOutlineIcon,
|
||||
Flash as FlashIcon
|
||||
Flash as FlashIcon,
|
||||
SettingsSharp as SettingsSharpIcon
|
||||
} from '@vicons/ionicons5'
|
||||
|
||||
// ionicons5 在这里
|
||||
@@ -113,7 +114,9 @@ const ionicons5 = {
|
||||
// 折叠/回退
|
||||
ChevronBackOutlineIcon,
|
||||
// 后端数据(闪电)
|
||||
FlashIcon
|
||||
FlashIcon,
|
||||
// 设置(齿轮)
|
||||
SettingsSharpIcon
|
||||
}
|
||||
|
||||
// https://www.xicons.org/#/ 还有很多
|
||||
|
||||
Reference in New Issue
Block a user