Commit 99c2ef7c4abb20c99dce614acadcf9381b77f86b

Authored by fengtao
1 parent f801d1bc

fix(src/packages): 更换编辑图标

... ... @@ -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'),
... ...