diff --git a/ruoyi-ui/src/views/childRoom/SixStepsOverlay.vue b/ruoyi-ui/src/views/childRoom/SixStepsOverlay.vue index df7953f..cd49062 100644 --- a/ruoyi-ui/src/views/childRoom/SixStepsOverlay.vue +++ b/ruoyi-ui/src/views/childRoom/SixStepsOverlay.vue @@ -16,6 +16,7 @@ class="header-sub-title" :class="{ active: activeUnderstandingSubIndex === idx }" @click="activeUnderstandingSubIndex = idx" + @contextmenu.prevent="onSubTitleContextMenu('understanding', idx, $event)" > {{ sub }} @@ -24,9 +25,15 @@ 插入 + + 小标题 + 背景 + + 删除背景 + 图标 @@ -36,15 +43,32 @@ - - + + + +
-
+
@@ -72,10 +138,21 @@ ref="understandingStep" :background-image="sixStepsSharedBackground" :active-sub-index="activeUnderstandingSubIndex" + :sub-titles="understandingSubTitles" @background-change="sixStepsSharedBackground = $event" class="understanding-page-body" /> - + +

{{ currentStepTitle }} - 内容区域

@@ -84,6 +161,27 @@
+ +
+
+ + 编辑 +
+
+ + 插入新的一页 +
+
+ + 删除 +
+