소스 검색

又是文案

cxmo 1 년 전
부모
커밋
4b04f9a2f3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/trainingVideo/List.vue

+ 1 - 1
src/views/trainingVideo/List.vue

@@ -237,7 +237,7 @@ onMounted(()=>{
         <!-- teleport search -->
         <Teleport to=".layout-header-other" v-if="beforeMounted">
             <div class="search-box">
-                <el-input placeholder="视频名称、视频描述" size="large" clearable style="width:280px;"
+                <el-input placeholder="搜索感兴趣的视频课程" size="large" clearable style="width:280px;"
                 :prefix-icon="Search" v-model.trim="keyword" @input="handleCurrentChange(1)"></el-input>
             </div>
         </Teleport>