Browse Source

fix: 恢复缩略图组件的显示

lsc 1 month ago
parent
commit
8f147b5e1e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/Editor/index.vue

+ 1 - 1
src/views/Editor/index.vue

@@ -2,7 +2,7 @@
   <div class="pptist-editor">
     <EditorHeader class="layout-header" />
     <div class="layout-content">
-      <!-- <Thumbnails class="layout-content-left" /> -->
+      <Thumbnails class="layout-content-left" />
       <div class="layout-content-center">
         <CanvasTool class="center-top" />
         <Canvas class="center-body" :style="{ height: `calc(100% - ${remarkHeight + 40}px)` }" :courseid="props.courseid"/>