Explorar o código

refactor(EditorHeader): 隐藏标题输入框以优化界面

暂时隐藏标题输入框以简化编辑器头部界面,后续将重新设计该部分布局
lsc hai 2 meses
pai
achega
a3506fbc29
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/Editor/EditorHeader/index.vue

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

@@ -32,7 +32,7 @@
         <div class="menu-item"><IconHamburgerButton class="icon" /></div>
       </Popover>
 
-      <div class="title">
+      <div class="title" v-show="false">
         <Input 
           class="title-input" 
           ref="titleInputRef"