diff --git a/src/renderer/src/AixPPTist/src/views/Editor/Thumbnails/index.vue b/src/renderer/src/AixPPTist/src/views/Editor/Thumbnails/index.vue index e61e623..880e4e4 100644 --- a/src/renderer/src/AixPPTist/src/views/Editor/Thumbnails/index.vue +++ b/src/renderer/src/AixPPTist/src/views/Editor/Thumbnails/index.vue @@ -67,8 +67,6 @@
幻灯片 {{slideIndex + 1}} / {{slides.length}}
- - @@ -88,7 +86,6 @@ import ThumbnailSlide from '../../../views/components/ThumbnailSlide/index.vue' import LayoutPool from './LayoutPool.vue' import Popover from '../../../components/Popover.vue' import Draggable from 'vuedraggable' -import Active from '../Toolbar/ElementStylePanel/Active/index.vue' const mainStore = useMainStore() const slidesStore = useSlidesStore() @@ -127,7 +124,6 @@ const { updateSectionTitle, } = useSectionHandler() -const activeRef = ref() // 页面被切换时 const thumbnailsRef = ref>() @@ -151,8 +147,6 @@ watch(() => slideIndex.value, () => { // 切换页面 const changeSlideIndex = (index: number) => { - console.log(workItem.value[index],'hasSection'); - activeRef.value.clickPPTList(workItem.value[index]) mainStore.setActiveElementIdList([]) diff --git a/src/renderer/src/AixPPTist/src/views/Editor/Toolbar/ElementStylePanel/Active/index.vue b/src/renderer/src/AixPPTist/src/views/Editor/Toolbar/ElementStylePanel/Active/index.vue index 4322dfb..c5f5c31 100644 --- a/src/renderer/src/AixPPTist/src/views/Editor/Toolbar/ElementStylePanel/Active/index.vue +++ b/src/renderer/src/AixPPTist/src/views/Editor/Toolbar/ElementStylePanel/Active/index.vue @@ -37,13 +37,12 @@
{{item.worktype}} -
{{item.evaltitle}}
+
{{item.evaltitle}}
删除
- {{workList.length}} @@ -58,8 +57,8 @@ append-to-body :show-close="false" width="40%" - > - + > + @@ -71,183 +70,246 @@ -