Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -96,7 +96,7 @@ import { icon } from '@/plugins' |
96 | 96 | import { ChartType } from '../..' |
97 | 97 | import { updateThreeJsModel } from '@/api/external/contentSave/content' |
98 | 98 | |
99 | -const { EllipsisHorizontalCircleSharpIcon, TrashIcon, HammerIcon, SendIcon } = icon.ionicons5 | |
99 | +const { EllipsisHorizontalCircleSharpIcon, TrashIcon, PencilIcon, SendIcon } = icon.ionicons5 | |
100 | 100 | |
101 | 101 | const emit = defineEmits(['delete', 'resize', 'edit', 'release', 'inputUpdateCard']) |
102 | 102 | |
... | ... | @@ -120,7 +120,7 @@ const fnBtnList = reactive([ |
120 | 120 | { |
121 | 121 | label: renderLang('global.r_edit'), |
122 | 122 | key: 'edit', |
123 | - icon: renderIcon(HammerIcon) | |
123 | + icon: renderIcon(PencilIcon) | |
124 | 124 | }, |
125 | 125 | { |
126 | 126 | label: renderLang('global.r_more'), | ... | ... |