Explorar el Código

Merge branch 'beta'

qgt hace 4 días
padre
commit
9a3eb927f5

+ 2 - 2
src/views/Editor/CanvasTool/index2.vue

@@ -126,7 +126,7 @@
           <span>{{ lang.ssShape }}</span>
         </div>
       </Popover>
-      <!-- <RichTextBase  v-if="handleElement?.type == 'text'"/>
+      <RichTextBase  v-if="handleElement?.type == 'text'"/>
       <div style="display: flex; align-items: center;" v-if="handleElement?.type == 'shape'">
         <Select 
           style="flex: 1;" 
@@ -192,7 +192,7 @@
           />
         </div>
       </template>
-      <ElementFlip  v-if="handleElement?.type == 'shape'"/> -->
+      <ElementFlip  v-if="handleElement?.type == 'shape'"/>
 
       <!-- 英语口语工具:重置预览 -->
       <div

+ 1 - 1
src/views/Editor/Thumbnails/index2.vue

@@ -71,7 +71,7 @@
 
             <div class="note-flag" v-if="element.notes && element.notes.length" @click="openNotesPanel()">{{ element.notes.length }}</div>
           </div>
-          <div class="add-page-between">+</div>
+          <div class="add-page-between" @click="createSlide()">+</div>
         </div>
       </template>
     </Draggable>