Просмотр исходного кода

style(CanvasTool): 注释掉富文本组件,注释翻转组件

将原本的RichTextBase和ElementFlip组件相关代码临时注释,调整页面渲染结构
lsc 4 дней назад
Родитель
Сommit
31041c7347
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/Editor/CanvasTool/index2.vue

+ 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