diff --git a/src/plugins/iconPark.ts b/src/plugins/iconPark.ts index fdf24339..fab3cb64 100644 --- a/src/plugins/iconPark.ts +++ b/src/plugins/iconPark.ts @@ -17,7 +17,6 @@ import { List, OrderedList, Drag, - Formula, Helpcenter, SplitCells, MergeCells, @@ -99,6 +98,8 @@ import { Undo, Transform, Click, + Theme, + Symbol, } from '@icon-park/vue-next' export default { @@ -109,7 +110,7 @@ export default { app.component('IconPentagonOne', PentagonOne) app.component('IconConnection', Connection) app.component('IconInsertTable', InsertTable) - app.component('IconFormula', Formula) + app.component('IconSymbol', Symbol) // 剪贴板 app.component('IconCopy', Copy) @@ -231,5 +232,6 @@ export default { app.component('IconUndo', Undo) app.component('IconTransform', Transform) app.component('IconClick', Click) + app.component('IconTheme', Theme) } } \ No newline at end of file diff --git a/src/views/Editor/Toolbar/ElementStylePanel/ImageStylePanel.vue b/src/views/Editor/Toolbar/ElementStylePanel/ImageStylePanel.vue index 398ec181..7eff5abb 100644 --- a/src/views/Editor/Toolbar/ElementStylePanel/ImageStylePanel.vue +++ b/src/views/Editor/Toolbar/ElementStylePanel/ImageStylePanel.vue @@ -88,13 +88,14 @@ +