From 9e021edc6753d29e4839e52f5b94b238621de46d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B0=8F=E6=9D=A8?= <666>
Date: Mon, 9 Dec 2024 17:25:25 +0800
Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=B7=BB=E5=8A=A0=E6=B4=BB?=
=?UTF-8?q?=E5=8A=A8=EF=BC=9B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/Editor/Thumbnails/index.vue | 6 -
.../ElementStylePanel/Active/index.vue | 304 +++++++++++-------
.../classTask/newClassTaskAssign/index.vue | 22 +-
3 files changed, 193 insertions(+), 139 deletions(-)
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 @@
取 消
- 确 定
+ 确 定
-