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 @@
-
-