Commit 599956192b5912c12a2d382406c472ae1581a638

Authored by xp.Huang
2 parents f801d1bc 99c2ef7c

Merge branch 'erf/editor/10-23-59/2024' into 'main_dev'

perf(src/packages): 更换3D编辑器,编辑图标

See merge request yunteng/thingskit-view!298
... ... @@ -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'),
... ...