diff --git a/src/plugins/icon.ts b/src/plugins/icon.ts
index 50b4fffb..a4a40646 100644
--- a/src/plugins/icon.ts
+++ b/src/plugins/icon.ts
@@ -81,7 +81,8 @@ import {
Scale as ScaleIcon,
FitToScreen as FitToScreenIcon,
FitToHeight as FitToHeightIcon,
- FitToWidth as FitToWidthIcon
+ FitToWidth as FitToWidthIcon,
+ Save as SaveIcon
} from '@vicons/carbon'
const ionicons5 = {
@@ -237,7 +238,9 @@ const carbon = {
ScaleIcon,
FitToScreenIcon,
FitToHeightIcon,
- FitToWidthIcon
+ FitToWidthIcon,
+ // 保存
+ SaveIcon
}
// https://www.xicons.org/#/ 还有很多
diff --git a/src/views/chart/ContentHeader/headerLeftBtn/index.vue b/src/views/chart/ContentHeader/headerLeftBtn/index.vue
index aace7805..e29a59a0 100644
--- a/src/views/chart/ContentHeader/headerLeftBtn/index.vue
+++ b/src/views/chart/ContentHeader/headerLeftBtn/index.vue
@@ -29,26 +29,44 @@
{{ item.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+