diff --git a/src/plugins/icon.ts b/src/plugins/icon.ts index bcc2496a..48d6a0a0 100644 --- a/src/plugins/icon.ts +++ b/src/plugins/icon.ts @@ -60,7 +60,9 @@ import { FolderOpen as FolderOpenIcon, Image as ImageIcon, Images as ImagesIcon, - List as ListIcon + List as ListIcon, + EyeOutline as EyeOutlineIcon, + EyeOffOutline as EyeOffOutlineIcon } from '@vicons/ionicons5' import { @@ -220,7 +222,10 @@ const ionicons5 = { // 多个图片 ImagesIcon, // 列表 - ListIcon + ListIcon, + // 眼睛 + EyeOutlineIcon, + EyeOffOutlineIcon } const carbon = { diff --git a/src/views/chart/ContentLayers/components/LayersGroupListItem/index.vue b/src/views/chart/ContentLayers/components/LayersGroupListItem/index.vue index 9c4fb019..ae6d0418 100644 --- a/src/views/chart/ContentLayers/components/LayersGroupListItem/index.vue +++ b/src/views/chart/ContentLayers/components/LayersGroupListItem/index.vue @@ -2,7 +2,7 @@